VISH  0.2
Public Member Functions
Wizt::VObjectIterator Struct Reference

Iterator functor to be used for iterating over the parents of a certain VObject. More...

#include </home/werner/origo/vish/ocean/plankton/VObject.hpp>

List of all members.

Public Member Functions


Detailed Description

Iterator functor to be used for iterating over the parents of a certain VObject.

It will tell

  1. who is the certain parent object
  2. why is it a parent object, meaning the type which was requested
  3. what is the name of this parent object relative to the container
Examples:

WebVish.cpp.


Member Function Documentation

virtual bool Wizt::VObjectIterator::apply ( const RefPtr< VObject > &  vobj,
const string name,
const type_info &  type 
) [pure virtual]

Callback function.

Parameters:
vobjReference to the certain VObject
nameThe name under which the VObject will be accessed, relative to its source reference, which is independent from the VObject's actual name
typeThe 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.

The documentation for this struct was generated from the following files: