|
EICd
EIC data model
|
#include <VertexCollection.h>
Public Member Functions | |
| VertexCollectionIterator (size_t index, const VertexObjPointerContainer *collection) | |
| VertexCollectionIterator (const VertexCollectionIterator &)=delete | |
| VertexCollectionIterator & | operator= (const VertexCollectionIterator &)=delete |
| bool | operator!= (const VertexCollectionIterator &x) const |
| Vertex | operator* () |
| Vertex * | operator-> () |
| VertexCollectionIterator & | operator++ () |
|
inline |
|
delete |
|
inline |
| Vertex eicd::VertexCollectionIterator::operator* | ( | ) |
| VertexCollectionIterator & eicd::VertexCollectionIterator::operator++ | ( | ) |
| Vertex * eicd::VertexCollectionIterator::operator-> | ( | ) |
|
delete |