Geant4
10.03.p01
|
#include <G4FastList.hh>
Public Types | |
typedef G4FastList_const_iterator < OBJECT > | _Self |
typedef G4FastListNode< OBJECT > | _Node |
Public Member Functions | |
G4FastList_const_iterator () | |
G4FastList_const_iterator (const _Node *__x) | |
G4FastList_const_iterator (const G4FastList_const_iterator &right) | |
G4FastList_const_iterator (const G4FastList_iterator< OBJECT > &right) | |
const OBJECT * | operator* () const |
const OBJECT * | operator-> () const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | operator-- () |
_Self | operator-- (int) |
bool | operator== (const _Self &__x) const |
bool | operator!= (const _Self &__x) const |
Public Attributes | |
const _Node * | fpNode |
G4FastList_iterator enables to go through the tracks contained by a list.
Definition at line 64 of file G4FastList.hh.
typedef G4FastListNode<OBJECT> G4FastList_const_iterator< OBJECT >::_Node |
Definition at line 555 of file G4FastList.hh.
typedef G4FastList_const_iterator<OBJECT> G4FastList_const_iterator< OBJECT >::_Self |
Definition at line 554 of file G4FastList.hh.
|
inline |
Definition at line 557 of file G4FastList.hh.
|
inlineexplicit |
Definition at line 562 of file G4FastList.hh.
|
inline |
Definition at line 567 of file G4FastList.hh.
|
inline |
Definition at line 572 of file G4FastList.hh.
|
inline |
Definition at line 624 of file G4FastList.hh.
|
inline |
|
inline |
|
inline |
Definition at line 598 of file G4FastList.hh.
|
inline |
|
inline |
Definition at line 612 of file G4FastList.hh.
|
inline |
|
inline |
Definition at line 619 of file G4FastList.hh.
const _Node* G4FastList_const_iterator< OBJECT >::fpNode |
Definition at line 631 of file G4FastList.hh.