VISH
0.2
|
Iterator functor to be used for iterating over the parents of a certain VObject. More...
#include </home/werner/origo/vish/ocean/plankton/VObject.hpp>
Iterator functor to be used for iterating over the parents of a certain VObject.
It will tell
virtual bool Wizt::VObjectIterator::apply | ( | const RefPtr< VObject > & | vobj, |
const string & | name, | ||
const type_info & | type | ||
) | [pure virtual] |
Callback function.
vobj | Reference to the certain VObject |
name | The name under which the VObject will be accessed, relative to its source reference, which is independent from the VObject's actual name |
type | The type of the object, which is used in this specific context; in general the object may export a bunch of other types as well, but only this one is used here for this connection. |