Iterator

class zhetapi::Iterator : public zhetapi::Assignable

Iterator interface for Generator types.

Subclassed by zhetapi::CollectionIterator, zhetapi::DictionaryIterator

Public Functions

virtual Token *value() const = 0
Returns

the value of the iterator.