Iterator class.
More...
#include <LArCompactSubset.h>
Iterator class.
This dereferences into LArCompactSubsetFebPair. The iteration variable is the FEB index.
Definition at line 544 of file LArCompactSubset.h.
◆ difference_type
◆ iterator()
Constructor.
- Parameters
-
| febIndex | The FEB index to which we point. |
| subset | The subset within which we live. |
◆ operator!=()
| bool LArCompactSubsetVector::iterator::operator!= |
( |
const iterator & | other | ) |
const |
Compare iterators for inequality.
◆ operator*()
‘Dereference’ the iterator.
◆ operator+()
| iterator LArCompactSubsetVector::iterator::operator+ |
( |
size_t | delta | ) |
|
Adjust iterator.
- Parameters
-
| delta | Amount by which to advance the iterator. |
◆ operator++()
| iterator & LArCompactSubsetVector::iterator::operator++ |
( |
| ) |
|
◆ operator-()
Iterator difference.
- Parameters
-
| other | Other iterator for difference. |
◆ operator==()
| bool LArCompactSubsetVector::iterator::operator== |
( |
const iterator & | other | ) |
const |
Compare iterators for equality.
◆ m_febIndex
| size_t LArCompactSubsetVector::iterator::m_febIndex |
|
private |
◆ m_subset
The documentation for this class was generated from the following file: