Name

GroveEntityDeclSet

Synopsis

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;
};

Description

GroveEntityDeclSet construct/copy/destruct

  1. GroveEntityDeclSet(SernaApiBase * );


GroveEntityDeclSet public member functions

  1. Iterator first() const;

    Returns iterator pointing to the first entry in the entity declaration table


  2. GroveEntityDecl lookupDecl(const SString & name) const;

    Lookup entity declaration by name.