Name

GroveEntityReferenceTable

Synopsis

class GroveEntityReferenceTable
  :  : public SimpleWrappedObjectSernaApi::SimpleWrappedObject
 {
public:


  class ErtEntry : public SimpleWrappedObjectSernaApi::SimpleWrappedObject {
  public:
    // construct/copy/destruct
    ErtEntry(SernaApiBase *);

    // public member functions

    unsigned int numOfRefs() const;
    GroveErs node(unsigned int) const;
  };
  // construct/copy/destruct
  GroveEntityReferenceTable(SernaApiBase *);

  // public member functions

  ErtEntry lookupErs(const GroveEntityDecl &) const;
};

Description

GroveEntityReferenceTable construct/copy/destruct

  1. GroveEntityReferenceTable(SernaApiBase * );


GroveEntityReferenceTable public member functions

  1. ErtEntry lookupErs(const GroveEntityDecl & ) const;

    Returns first entity reference for given entity declaration.