CMS 3D CMS Logo

Public Member Functions

ora::IArrayIteratorHandler Class Reference

#include <IArrayHandler.h>

Inheritance diagram for ora::IArrayIteratorHandler:
ora::CArrayIteratorHandler ora::PVectorIteratorHandler ora::STLContainerIteratorHandler

List of all members.

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.

Detailed Description

Definition at line 12 of file IArrayHandler.h.


Constructor & Destructor Documentation

virtual ora::IArrayIteratorHandler::~IArrayIteratorHandler ( ) [inline, virtual]

Destructor.

Definition at line 15 of file IArrayHandler.h.

{}

Member Function Documentation

virtual void ora::IArrayIteratorHandler::increment ( ) [pure virtual]
virtual void* ora::IArrayIteratorHandler::object ( ) [pure virtual]
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.