Name

GroveEntityDeclSet

Synopsis

class GroveEntityDeclSet
  :  (SimpleWrappedObjectSernaApi::SimpleWrappedObject) 
:


  class Iterator
    :  (RefCountedWrappedObjectSernaApi::RefCountedWrappedObject) 
  :
    # construct/copy/destruct
    __init__(SernaApiBase * = 0)

    # public member functions

    bool ok() const
    GroveEntityDecl next() 
  
  # construct/copy/destruct
  __init__(SernaApiBase *)

  # public member functions

  Iterator first() const
  GroveEntityDecl lookupDecl(const SString &) const

Description

GroveEntityDeclSet construct/copy/destruct

  1. __init__(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.