Public Member Functions | |
void | apply (Value v, VALUE registry, VALUE parent) |
virtual void | dispatch (Value v) |
bool | visit_ (Value const &v, Container const &c) |
Public Attributes | |
bool | inside |
Definition at line 509 of file specialized_types.cc.
void ContainerIterator::apply | ( | Value | v, |
VALUE | registry, | ||
VALUE | parent | ||
) | [inline] |
Reimplemented from typelib_ruby::RubyGetter.
Definition at line 522 of file specialized_types.cc.
virtual void ContainerIterator::dispatch | ( | Value | v | ) | [inline, virtual] |
This is for internal use only. To visit a Value object, use apply
Reimplemented from Typelib::ValueVisitor.
Definition at line 527 of file specialized_types.cc.
bool ContainerIterator::visit_ | ( | Value const & | v, |
Container const & | c | ||
) | [inline, virtual] |
Reimplemented from typelib_ruby::RubyGetter.
Definition at line 513 of file specialized_types.cc.
Definition at line 511 of file specialized_types.cc.