![]() |
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 190 of file FPGATrackSimBinArray.h.
using FPGATrackSimBinArray< T >::Iterator::container_type = FPGATrackSimBinArray<T> |
Definition at line 194 of file FPGATrackSimBinArray.h.
using FPGATrackSimBinArray< T >::Iterator::difference_type = void |
Definition at line 195 of file FPGATrackSimBinArray.h.
using FPGATrackSimBinArray< T >::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 193 of file FPGATrackSimBinArray.h.
using FPGATrackSimBinArray< T >::Iterator::pointer = FPGATrackSimBinArray<T>::Iterator* |
Definition at line 196 of file FPGATrackSimBinArray.h.
using FPGATrackSimBinArray< T >::Iterator::reference = FPGATrackSimBinArray<T>::Iterator & |
Definition at line 197 of file FPGATrackSimBinArray.h.
using FPGATrackSimBinArray< T >::Iterator::value_type = FPGATrackSimBinArray<T>::Iterator |
Definition at line 192 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 200 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 215 of file FPGATrackSimBinArray.h.
|
inlineinherited |
Definition at line 164 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 204 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 208 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 221 of file FPGATrackSimBinArray.h.
|
inline |
Definition at line 205 of file FPGATrackSimBinArray.h.
Definition at line 229 of file FPGATrackSimBinArray.h.
Definition at line 228 of file FPGATrackSimBinArray.h.
|
privateinherited |
Definition at line 183 of file FPGATrackSimBinArray.h.
|
privateinherited |
Definition at line 186 of file FPGATrackSimBinArray.h.