#include <PVectorHandler.h>
Public Member Functions | |
void | appendNewElement (void *address, void *data) |
Appends a new element and returns its address of the object reference. More... | |
void | clear (const void *address) |
Clear the content of the container. More... | |
void | finalize (void *address) |
execute the ending procedure for the container More... | |
bool | isAssociative () const |
Returns the associativeness of the container. More... | |
IArrayIteratorHandler * | iterate (const void *address) |
Returns an initialized iterator. More... | |
Reflex::Type & | iteratorReturnType () |
Returns the iterator return type. More... | |
size_t * | persistentSize (const void *address) |
Returns the persistent size of the container. More... | |
PVectorHandler (const Reflex::Type &dictionary) | |
Constructor. More... | |
size_t | size (const void *address) |
Returns the size of the container. More... | |
size_t | startElementIndex (const void *address) |
Returns the index of the first element. More... | |
virtual | ~PVectorHandler () |
Destructor. More... | |
Public Member Functions inherited from ora::IArrayHandler | |
virtual | ~IArrayHandler () |
Destructor. More... | |
Private Attributes | |
Reflex::Environ< long > | m_collEnv |
Structure containing parameters of the collection instance. More... | |
std::auto_ptr < Reflex::CollFuncTable > | m_collProxy |
Proxy of the generic collection. More... | |
bool | m_isAssociative |
Flag indicating whether the container is associative. More... | |
Reflex::Type | m_iteratorReturnType |
The iterator return type. More... | |
size_t | m_persistentSizeAttributeOffset |
Reflex::Type | m_type |
The dictionary information. More... | |
size_t | m_vecAttributeOffset |
Definition at line 53 of file PVectorHandler.h.
|
explicit |
Constructor.
Definition at line 48 of file PVectorHandler.cc.
References ora::ClassUtils::containerValueType(), m_collProxy, m_iteratorReturnType, m_persistentSizeAttributeOffset, m_type, m_vecAttributeOffset, PFRecoTauDiscriminationAgainstElectronMVA3GBR_cfi::method, ora::ClassUtils::resolvedType(), and ora::throwException().
|
virtual |
|
virtual |
Appends a new element and returns its address of the object reference.
Implements ora::IArrayHandler.
Definition at line 119 of file PVectorHandler.cc.
References data.
|
virtual |
Clear the content of the container.
Implements ora::IArrayHandler.
Definition at line 132 of file PVectorHandler.cc.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
|
virtual |
execute the ending procedure for the container
Reimplemented from ora::IArrayHandler.
Definition at line 142 of file PVectorHandler.cc.
References findQualityFiles::size.
|
inlinevirtual |
Returns the associativeness of the container.
Reimplemented from ora::IArrayHandler.
Definition at line 81 of file PVectorHandler.h.
References m_isAssociative.
|
virtual |
Returns an initialized iterator.
Implements ora::IArrayHandler.
Definition at line 108 of file PVectorHandler.cc.
References ora::throwException().
|
virtual |
Returns the iterator return type.
Implements ora::IArrayHandler.
Definition at line 138 of file PVectorHandler.cc.
|
virtual |
Returns the persistent size of the container.
Reimplemented from ora::IArrayHandler.
Definition at line 102 of file PVectorHandler.cc.
|
virtual |
Returns the size of the container.
Implements ora::IArrayHandler.
Definition at line 86 of file PVectorHandler.cc.
|
virtual |
Returns the index of the first element.
Reimplemented from ora::IArrayHandler.
Definition at line 93 of file PVectorHandler.cc.
|
private |
Structure containing parameters of the collection instance.
Definition at line 102 of file PVectorHandler.h.
|
private |
Proxy of the generic collection.
Definition at line 105 of file PVectorHandler.h.
Referenced by PVectorHandler().
|
private |
Flag indicating whether the container is associative.
Definition at line 99 of file PVectorHandler.h.
Referenced by isAssociative().
|
private |
The iterator return type.
Definition at line 96 of file PVectorHandler.h.
Referenced by PVectorHandler().
|
private |
Definition at line 107 of file PVectorHandler.h.
Referenced by PVectorHandler().
|
private |
The dictionary information.
Definition at line 93 of file PVectorHandler.h.
Referenced by PVectorHandler().
|
private |
Definition at line 109 of file PVectorHandler.h.
Referenced by PVectorHandler().