Internally used iterator.
More...
#include <CaloClusterMomentStore.h>
Internally used iterator.
Definition at line 53 of file CaloClusterMomentStore.h.
◆ CaloClusterMomentIterator() [1/2]
CaloClusterMomentStore::CaloClusterMomentIterator::CaloClusterMomentIterator |
( |
| ) |
|
|
inline |
◆ CaloClusterMomentIterator() [2/2]
◆ next()
Iterator advance method.
Iterator post advance operator
Definition at line 69 of file CaloClusterMomentStore.h.
70 { ++m_actual;
return *
this; } )
◆ operator++()
◆ operator--()
◆ operator==()
Equality comparator.
- Parameters
-
anOtherIter | reference to non-modifiable iterator to be compared to |
Equality comparator
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
- Parameters
-
anOtherIter | reference to modifiable iterator to be compared to |
◆ prev()
Iterator reverse method.
Iterator post reverse operator
Definition at line 77 of file CaloClusterMomentStore.h.
78 { --m_actual;
return *
this; } )
The documentation for this class was generated from the following file: