|
ACTS
Experiment-independent tracking
|
Iterator adapter returning SourceLink wrappers. More...
#include <Acts/EventData/SourceLink.hpp>
Public Member Functions | |
| SourceLinkAdapterIterator (const T &iterator) | |
| Constructor from base iterator. | |
| Acts::SourceLink | operator* () const |
| Dereference operator. | |
| SourceLinkAdapterIterator & | operator++ () |
| Pre-increment operator. | |
| auto | operator- (const SourceLinkAdapterIterator &other) const |
| Difference operator. | |
| bool | operator== (const SourceLinkAdapterIterator &other) const |
| Equality comparison operator. | |
Public Attributes | |
| BaseIterator | m_iterator |
| Underlying iterator. | |
Iterator adapter returning SourceLink wrappers.
|
explicit |
Constructor from base iterator.
| iterator | Base iterator to wrap |
| Acts::SourceLink Acts::SourceLinkAdapterIterator< T >::operator* | ( | ) | const |
Dereference operator.
| SourceLinkAdapterIterator & Acts::SourceLinkAdapterIterator< T >::operator++ | ( | ) |
Pre-increment operator.
| auto Acts::SourceLinkAdapterIterator< T >::operator- | ( | const SourceLinkAdapterIterator< T > & | other | ) | const |
Difference operator.
| other | Iterator to compute difference with |
| bool Acts::SourceLinkAdapterIterator< T >::operator== | ( | const SourceLinkAdapterIterator< T > & | other | ) | const |
Equality comparison operator.
| other | Iterator to compare with |