![]() |
ATLAS Offline Software
|
#include <FPGATrackSimBinArray.h>
Public Types | |
| using | value_type = FPGATrackSimBinArray< T >::Iterator |
| using | iterator_category = std::forward_iterator_tag |
| using | container_type = FPGATrackSimBinArray< T > |
| using | difference_type = void |
| using | pointer = FPGATrackSimBinArray< T >::Iterator * |
| using | reference = FPGATrackSimBinArray< T >::Iterator & |
Public Member Functions | |
| Iterator (const std::vector< unsigned int > &idx, FPGATrackSimBinArray< T > &itrdata) | |
| Iterator & | operator* () |
| Iterator * | operator-> () |
| Iterator & | operator++ () |
| T & | data () |
| Iterator | operator++ (int) |
| const std::vector< unsigned int > & | idx () const |
Private Attributes | |
| std::vector< unsigned int > | m_idx |
| const FPGATrackSimBinArray< T > & | m_itrdata |
Friends | |
| bool | operator== (const Iterator &a, const Iterator &b) |
| bool | operator!= (const Iterator &a, const Iterator &b) |
Definition at line 200 of file FPGATrackSimBinArray.h.
| using FPGATrackSimBinArray< T >::Iterator::container_type = FPGATrackSimBinArray<T> |
Definition at line 204 of file FPGATrackSimBinArray.h.
| using FPGATrackSimBinArray< T >::Iterator::difference_type = void |
Definition at line 205 of file FPGATrackSimBinArray.h.
| using FPGATrackSimBinArray< T >::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 203 of file FPGATrackSimBinArray.h.
| using FPGATrackSimBinArray< T >::Iterator::pointer = FPGATrackSimBinArray<T>::Iterator* |
Definition at line 206 of file FPGATrackSimBinArray.h.
| using FPGATrackSimBinArray< T >::Iterator::reference = FPGATrackSimBinArray<T>::Iterator & |
Definition at line 207 of file FPGATrackSimBinArray.h.
| using FPGATrackSimBinArray< T >::Iterator::value_type = FPGATrackSimBinArray<T>::Iterator |
Definition at line 202 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 210 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 225 of file FPGATrackSimBinArray.h.
|
inlineinherited |
Definition at line 174 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 214 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 218 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 231 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 215 of file FPGATrackSimBinArray.h.
Definition at line 239 of file FPGATrackSimBinArray.h.
Definition at line 238 of file FPGATrackSimBinArray.h.
|
privateinherited |
Definition at line 193 of file FPGATrackSimBinArray.h.
|
privateinherited |
Definition at line 196 of file FPGATrackSimBinArray.h.
1.8.18