VISH
0.2
|
Iterator callback object for searching and finding output objects. More...
#include </home/werner/origo/vish/ocean/plankton/VObject.hpp>
Iterator callback object for searching and finding output objects.
virtual bool Wizt::VObject::OutputObjectIterator::apply | ( | const RefPtr< VObject > & | vobj, |
const type_info & | Type, | ||
const RefPtr< VSlot > & | Slot | ||
) | [pure virtual] |
The callback function, called for each match.
vobj | The object providing the specific type |
Slot | The slot of the object with the given type |