GroveEntityReferenceTable
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; };
GroveEntityReferenceTable
public member functionsErtEntry lookupErs(const GroveEntityDecl & ) const;
Returns first entity reference for given entity declaration.