#include <STLContainerHandler.h>
Public Member Functions | |
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... | |
STLContainerIteratorHandler (void *address, TVirtualCollectionProxy &collProxy, const edm::TypeWithDict &iteratorReturnType) | |
Constructor. More... | |
~STLContainerIteratorHandler () | |
Destructor. More... | |
Public Member Functions inherited from ora::IArrayIteratorHandler | |
virtual | ~IArrayIteratorHandler () |
Destructor. More... | |
Private Attributes | |
TVirtualCollectionProxy & | m_collProxy |
Proxy of the generic collection. More... | |
void * | m_currentElement |
Current element object pointer. More... | |
TGenericCollectionIterator * | m_Iterators |
edm::TypeWithDict | m_returnType |
The return type of the iterator dereference method. More... | |
Definition at line 16 of file STLContainerHandler.h.
ora::STLContainerIteratorHandler::STLContainerIteratorHandler | ( | void * | address, |
TVirtualCollectionProxy & | collProxy, | ||
const edm::TypeWithDict & | iteratorReturnType | ||
) |
Constructor.
Definition at line 9 of file STLContainerHandler.cc.
References m_currentElement, and m_Iterators.
ora::STLContainerIteratorHandler::~STLContainerIteratorHandler | ( | ) |
|
virtual |
Increments itself.
Implements ora::IArrayIteratorHandler.
Definition at line 23 of file STLContainerHandler.cc.
|
virtual |
Returns the current object.
Implements ora::IArrayIteratorHandler.
Definition at line 28 of file STLContainerHandler.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 35 of file STLContainerHandler.cc.
|
private |
Proxy of the generic collection.
Definition at line 41 of file STLContainerHandler.h.
|
private |
Current element object pointer.
Definition at line 44 of file STLContainerHandler.h.
Referenced by STLContainerIteratorHandler().
|
private |
Definition at line 47 of file STLContainerHandler.h.
Referenced by STLContainerIteratorHandler().
|
private |
The return type of the iterator dereference method.
Definition at line 38 of file STLContainerHandler.h.