![]() |
Project
|
#include <InputSpan.h>
Public Types | |
| using | ParentType = ParentT |
| using | SelfType = Iterator |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = T |
| using | reference = T & |
| using | pointer = T * |
| using | difference_type = std::ptrdiff_t |
| using | ElementType = typename std::remove_const< value_type >::type |
Public Member Functions | |
| Iterator ()=delete | |
| Iterator (ParentType const *parent, bool isEnd=false) | |
| SelfType & | operator++ () |
| SelfType | operator++ (int) |
| reference | operator* () const |
| bool | operator== (const SelfType &rh) const |
| auto | operator<=> (const SelfType &rh) const |
| ParentType const * | parent () const |
| size_t | position () const |
| DataRefIndices | indices () const |
| auto | parts () const |
An iterator over the elements of a parent container using the DataRefIndices protocol. ParentT must provide: initialIndices(), getAtIndices(DataRefIndices), nextIndices(DataRefIndices).
Definition at line 120 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::difference_type = std::ptrdiff_t |
Definition at line 129 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::ElementType = typename std::remove_const<value_type>::type |
Definition at line 130 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::iterator_category = std::forward_iterator_tag |
Definition at line 125 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::ParentType = ParentT |
Definition at line 123 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::pointer = T* |
Definition at line 128 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::reference = T& |
Definition at line 127 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::SelfType = Iterator |
Definition at line 124 of file InputSpan.h.
| using o2::framework::InputSpan::Iterator< ParentT, T >::value_type = T |
Definition at line 126 of file InputSpan.h.
|
delete |
|
inline |
Definition at line 134 of file InputSpan.h.
|
inline |
Definition at line 192 of file InputSpan.h.
|
inline |
Definition at line 164 of file InputSpan.h.
|
inline |
Definition at line 145 of file InputSpan.h.
|
inline |
Definition at line 156 of file InputSpan.h.
|
inline |
Definition at line 174 of file InputSpan.h.
|
inline |
Definition at line 169 of file InputSpan.h.
|
inline |
Definition at line 180 of file InputSpan.h.
|
inline |
Definition at line 199 of file InputSpan.h.
|
inline |
Definition at line 186 of file InputSpan.h.