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