#include <IArrayHandler.h>
Public Member Functions | |
virtual void | appendNewElement (void *address, void *data)=0 |
Appends a new element and returns its address. More... | |
virtual void | clear (const void *address)=0 |
Clear the content of the container. More... | |
virtual void | finalize (void *) |
execute the ending procedure for the container More... | |
virtual bool | isAssociative () const |
Returns the associativeness of the container. More... | |
virtual IArrayIteratorHandler * | iterate (const void *address)=0 |
Returns an initialized iterator. More... | |
virtual Reflex::Type & | iteratorReturnType ()=0 |
Returns the iterator return type. More... | |
virtual size_t * | persistentSize (const void *address) |
Returns the size of the container. Only differs in the PVector. More... | |
virtual size_t | size (const void *address)=0 |
Returns the size of the container. More... | |
virtual size_t | startElementIndex (const void *) |
Returns the index of the first element. More... | |
virtual | ~IArrayHandler () |
Destructor. More... | |
Definition at line 28 of file IArrayHandler.h.
|
inlinevirtual |
|
pure virtual |
Appends a new element and returns its address.
Implemented in ora::SpecialSTLContainerHandler, ora::PVectorHandler, ora::STLContainerHandler, and ora::CArrayHandler.
|
pure virtual |
Clear the content of the container.
Implemented in ora::SpecialSTLContainerHandler, ora::PVectorHandler, ora::STLContainerHandler, and ora::CArrayHandler.
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().
|
inlinevirtual |
execute the ending procedure for the container
Reimplemented in ora::PVectorHandler.
Definition at line 56 of file IArrayHandler.h.
|
inlinevirtual |
Returns the associativeness of the container.
Reimplemented in ora::PVectorHandler, ora::STLContainerHandler, and ora::CArrayHandler.
Definition at line 50 of file IArrayHandler.h.
|
pure virtual |
Returns an initialized iterator.
Implemented in ora::SpecialSTLContainerHandler, ora::PVectorHandler, ora::STLContainerHandler, and ora::CArrayHandler.
|
pure virtual |
Returns the iterator return type.
Implemented in ora::SpecialSTLContainerHandler, ora::PVectorHandler, ora::STLContainerHandler, and ora::CArrayHandler.
|
inlinevirtual |
Returns the size of the container. Only differs in the PVector.
Reimplemented in ora::PVectorHandler.
Definition at line 53 of file IArrayHandler.h.
Referenced by ora::PVectorUpdater::update().
|
pure virtual |
Returns the size of the container.
Implemented in ora::SpecialSTLContainerHandler, ora::PVectorHandler, ora::STLContainerHandler, and ora::CArrayHandler.
Referenced by ora::PVectorUpdater::update().
|
inlinevirtual |
Returns the index of the first element.
Reimplemented in ora::PVectorHandler.
Definition at line 38 of file IArrayHandler.h.