Iterator
class Iterator (RefCountedWrappedObjectSernaApi::RefCountedWrappedObject) : # construct/copy/destruct __init__(SernaApiBase * = 0) # public member functions bool ok() const GroveEntityDecl next()
Iterator for traversing entity declarations. Use: while (iter.next()) { do_something(iter.current()); }
__init__(SernaApiBase * = 0)
bool ok() const
GroveEntityDecl next()