ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Types | |
typedef G4FastList_const_iterator < OBJECT > | _Self |
typedef G4FastListNode< OBJECT > | _Node |
Public Member Functions | |
G4FastList_const_iterator ()=default | |
G4FastList_const_iterator (const _Node *__x) | |
G4FastList_const_iterator (const G4FastList_const_iterator &right)=default | |
_Self & | operator= (const G4FastList_const_iterator &right)=default |
G4FastList_const_iterator (const G4FastList_iterator< OBJECT > &right) | |
_Self & | operator= (const G4FastList_iterator< OBJECT > &right) |
const OBJECT * | operator* () const |
const OBJECT * | operator-> () const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | operator-- () |
_Self | operator-- (int) |
G4bool | operator== (const _Self &__x) const |
G4bool | operator!= (const _Self &__x) const |
Public Attributes | |
const _Node * | fpNode = nullptr |
G4FastList_iterator enables to go through the tracks contained by a list.
Definition at line 62 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 62 of file G4FastList.hh
typedef G4FastListNode<OBJECT> G4FastList_const_iterator< OBJECT >::_Node |
Definition at line 548 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 548 of file G4FastList.hh
typedef G4FastList_const_iterator<OBJECT> G4FastList_const_iterator< OBJECT >::_Self |
Definition at line 547 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 547 of file G4FastList.hh
|
default |
|
inlineexplicit |
Definition at line 552 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 552 of file G4FastList.hh
|
default |
|
inline |
Definition at line 560 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 560 of file G4FastList.hh
|
inline |
Definition at line 618 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 618 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode.
|
inline |
Definition at line 572 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 572 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetObject().
|
inline |
Definition at line 586 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 586 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetNext().
|
inline |
Definition at line 592 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 592 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetNext().
|
inline |
Definition at line 600 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 600 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetPrevious().
|
inline |
Definition at line 606 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 606 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetPrevious().
|
inline |
Definition at line 579 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 579 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetObject().
|
default |
|
inline |
Definition at line 565 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 565 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode, and G4FastList_iterator< OBJECT >::GetNode().
|
inline |
Definition at line 613 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 613 of file G4FastList.hh
References G4FastList_const_iterator< OBJECT >::fpNode.
const _Node* G4FastList_const_iterator< OBJECT >::fpNode = nullptr |
Definition at line 625 of file G4FastList.hh.
View newest version in sPHENIX GitHub at line 625 of file G4FastList.hh
Referenced by G4FastList_const_iterator< OBJECT >::operator!=(), G4FastList_const_iterator< OBJECT >::operator*(), G4FastList_const_iterator< OBJECT >::operator++(), G4FastList_const_iterator< OBJECT >::operator--(), G4FastList_const_iterator< OBJECT >::operator->(), G4FastList_const_iterator< OBJECT >::operator=(), and G4FastList_const_iterator< OBJECT >::operator==().