#include <CArrayHandler.h>
Public Member Functions | |
CArrayIteratorHandler (const void *startAddress, const edm::TypeWithDict &iteratorReturnType) | |
Constructor. More... | |
void | increment () |
Increments itself. More... | |
void * | object () |
Returns the current object. More... | |
edm::TypeWithDict & | returnType () |
Returns the return type of the iterator dereference method. More... | |
~CArrayIteratorHandler () | |
Destructor. More... | |
Public Member Functions inherited from ora::IArrayIteratorHandler | |
virtual | ~IArrayIteratorHandler () |
Destructor. More... | |
Private Attributes | |
const void * | m_currentElement |
Current element object pointer. More... | |
edm::TypeWithDict | m_returnType |
The return type of the iterator dereference method. More... | |
Definition at line 10 of file CArrayHandler.h.
ora::CArrayIteratorHandler::CArrayIteratorHandler | ( | const void * | startAddress, |
const edm::TypeWithDict & | iteratorReturnType | ||
) |
Constructor.
Definition at line 6 of file CArrayHandler.cc.
ora::CArrayIteratorHandler::~CArrayIteratorHandler | ( | ) |
|
virtual |
Increments itself.
Implements ora::IArrayIteratorHandler.
Definition at line 16 of file CArrayHandler.cc.
|
virtual |
Returns the current object.
Implements ora::IArrayIteratorHandler.
Definition at line 22 of file CArrayHandler.cc.
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().
|
virtual |
Returns the return type of the iterator dereference method.
Implements ora::IArrayIteratorHandler.
Definition at line 28 of file CArrayHandler.cc.
|
private |
Current element object pointer.
Definition at line 33 of file CArrayHandler.h.
|
private |
The return type of the iterator dereference method.
Definition at line 30 of file CArrayHandler.h.