#include <IArrayHandler.h>
Public Member Functions | |
virtual void | increment ()=0 |
Increments itself. More... | |
virtual void * | object ()=0 |
Returns the current object. More... | |
virtual Reflex::Type & | returnType ()=0 |
Returns the return type of the iterator dereference method. More... | |
virtual | ~IArrayIteratorHandler () |
Destructor. More... | |
Definition at line 12 of file IArrayHandler.h.
|
inlinevirtual |
|
pure virtual |
Increments itself.
Implemented in ora::PVectorIteratorHandler, ora::STLContainerIteratorHandler, and ora::CArrayIteratorHandler.
|
pure virtual |
Returns the current object.
Implemented in ora::PVectorIteratorHandler, ora::STLContainerIteratorHandler, and ora::CArrayIteratorHandler.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.LineDecayView.LineDecayContainer::delete(), Vispa.Views.LineDecayView.DecayLine::delete(), Vispa.Views.LineDecayView.LineDecayContainer::mouseReleaseEvent(), and Vispa.Views.BoxDecayView.BoxDecayContainer::toggleCollapse().
|
pure virtual |
Returns the return type of the iterator dereference method.
Implemented in ora::PVectorIteratorHandler, ora::STLContainerIteratorHandler, and ora::CArrayIteratorHandler.