GroveEntityDeclSet
class GroveEntityDeclSet : : public SimpleWrappedObjectSernaApi::SimpleWrappedObject { public: class Iterator : : public RefCountedWrappedObjectSernaApi::RefCountedWrappedObject { public: // construct/copy/destruct Iterator(SernaApiBase * = 0); // public member functions bool ok() const; GroveEntityDecl next() ; }; // construct/copy/destruct GroveEntityDeclSet(SernaApiBase *); // public member functions Iterator first() const; GroveEntityDecl lookupDecl(const SString &) const; };
GroveEntityDeclSet
public member functionsIterator first() const;
Returns iterator pointing to the first entry in the entity declaration table
GroveEntityDecl lookupDecl(const SString & name) const;
Lookup entity declaration by name.