#include <IArrayHandler.h>
Public Member Functions | |
virtual void | increment ()=0 |
Increments itself. | |
virtual void * | object ()=0 |
Returns the current object. | |
virtual Reflex::Type & | returnType ()=0 |
Returns the return type of the iterator dereference method. | |
virtual | ~IArrayIteratorHandler () |
Destructor. |
Definition at line 12 of file IArrayHandler.h.
virtual ora::IArrayIteratorHandler::~IArrayIteratorHandler | ( | ) | [inline, virtual] |
virtual void ora::IArrayIteratorHandler::increment | ( | ) | [pure virtual] |
Increments itself.
Implemented in ora::CArrayIteratorHandler, ora::PVectorIteratorHandler, and ora::STLContainerIteratorHandler.
virtual void* ora::IArrayIteratorHandler::object | ( | ) | [pure virtual] |
Returns the current object.
Implemented in ora::CArrayIteratorHandler, ora::PVectorIteratorHandler, and ora::STLContainerIteratorHandler.
virtual Reflex::Type& ora::IArrayIteratorHandler::returnType | ( | ) | [pure virtual] |
Returns the return type of the iterator dereference method.
Implemented in ora::CArrayIteratorHandler, ora::PVectorIteratorHandler, and ora::STLContainerIteratorHandler.