Geant4-11
|
#include <G4FastList.hh>
Public Types | |
typedef G4FastListNode< OBJECT > | _Node |
typedef G4FastList_iterator< OBJECT > | _Self |
Public Member Functions | |
G4FastList_iterator ()=default | |
G4FastList_iterator (_Node *__x) | |
G4FastList_iterator (const G4FastList_iterator &right)=default | |
_Node * | GetNode () |
const _Node * | GetNode () const |
G4bool | operator!= (const _Self &__x) const |
OBJECT * | operator* () |
const OBJECT * | operator* () const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | operator-- () |
_Self | operator-- (int) |
OBJECT * | operator-> () |
const OBJECT * | operator-> () const |
_Self & | operator= (const G4FastList_iterator &right)=default |
G4bool | operator== (const _Self &__x) const |
Data Fields | |
_Node * | fpNode = nullptr |
G4FastList_iterator enables to go through the tracks contained by a list.
Definition at line 457 of file G4FastList.hh.
typedef G4FastListNode<OBJECT> G4FastList_iterator< OBJECT >::_Node |
Definition at line 461 of file G4FastList.hh.
typedef G4FastList_iterator<OBJECT> G4FastList_iterator< OBJECT >::_Self |
Definition at line 460 of file G4FastList.hh.
|
default |
|
inlineexplicit |
Definition at line 465 of file G4FastList.hh.
|
default |
|
inline |
Definition at line 473 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode.
Referenced by G4FastList_const_iterator< OBJECT >::operator=(), and G4ManyFastLists< OBJECT >::RemoveLists().
|
inline |
Definition at line 478 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode.
|
inline |
Definition at line 528 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode.
OBJECT * G4FastList_iterator< OBJECT >::operator* | ( | ) |
const OBJECT * G4FastList_iterator< OBJECT >::operator* | ( | ) | const |
|
inline |
Definition at line 496 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetNext().
|
inline |
Definition at line 502 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetNext().
|
inline |
Definition at line 510 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetPrevious().
|
inline |
Definition at line 516 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetPrevious().
OBJECT * G4FastList_iterator< OBJECT >::operator-> | ( | ) |
const OBJECT * G4FastList_iterator< OBJECT >::operator-> | ( | ) | const |
|
default |
|
inline |
Definition at line 523 of file G4FastList.hh.
References G4FastList_iterator< OBJECT >::fpNode.
_Node* G4FastList_iterator< OBJECT >::fpNode = nullptr |
Definition at line 535 of file G4FastList.hh.
Referenced by G4FastList_iterator< OBJECT >::GetNode(), G4FastList_iterator< OBJECT >::operator!=(), G4FastList_iterator< OBJECT >::operator++(), G4FastList_iterator< OBJECT >::operator--(), and G4FastList_iterator< OBJECT >::operator==().