Geant4  10.01.p03
G4FastList_iterator< OBJECT > Struct Template Reference

G4FastList_iterator enables to go through the tracks contained by a list. More...

#include <G4FastList.hh>

+ Collaboration diagram for G4FastList_iterator< OBJECT >:

Public Types

typedef G4FastList_iterator
< OBJECT > 
_Self
 
typedef G4FastListNode< OBJECT > _Node
 

Public Member Functions

 G4FastList_iterator ()
 
 G4FastList_iterator (_Node *__x)
 
 G4FastList_iterator (const G4FastList_iterator &right)
 
_NodeGetNode ()
 
const _NodeGetNode () const
 
OBJECT * operator* ()
 
const OBJECT * operator* () const
 
OBJECT * operator-> ()
 
const OBJECT * operator-> () const
 
_Selfoperator++ ()
 
_Self operator++ (int)
 
_Selfoperator-- ()
 
_Self operator-- (int)
 
bool operator== (const _Self &__x) const
 
bool operator!= (const _Self &__x) const
 

Public Attributes

_NodefpNode
 

Detailed Description

template<typename OBJECT>
struct G4FastList_iterator< OBJECT >

G4FastList_iterator enables to go through the tracks contained by a list.

Definition at line 62 of file G4FastList.hh.

Member Typedef Documentation

template<typename OBJECT>
typedef G4FastListNode<OBJECT> G4FastList_iterator< OBJECT >::_Node

Definition at line 396 of file G4FastList.hh.

template<typename OBJECT>
typedef G4FastList_iterator<OBJECT> G4FastList_iterator< OBJECT >::_Self

Definition at line 395 of file G4FastList.hh.

Constructor & Destructor Documentation

template<typename OBJECT>
G4FastList_iterator< OBJECT >::G4FastList_iterator ( )
inline

Definition at line 398 of file G4FastList.hh.

template<typename OBJECT>
G4FastList_iterator< OBJECT >::G4FastList_iterator ( _Node __x)
inlineexplicit

Definition at line 403 of file G4FastList.hh.

template<typename OBJECT>
G4FastList_iterator< OBJECT >::G4FastList_iterator ( const G4FastList_iterator< OBJECT > &  right)
inline

Definition at line 408 of file G4FastList.hh.

Member Function Documentation

template<typename OBJECT>
_Node* G4FastList_iterator< OBJECT >::GetNode ( )
inline

Definition at line 413 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode.

Referenced by G4ManyFastLists_iterator< OBJECT >::GetNode(), G4ManyFastLists_iterator< OBJECT >::operator--(), and G4ManyFastLists< G4Track >::RemoveLists().

+ Here is the caller graph for this function:

template<typename OBJECT>
const _Node* G4FastList_iterator< OBJECT >::GetNode ( ) const
inline

Definition at line 418 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode.

template<typename OBJECT>
bool G4FastList_iterator< OBJECT >::operator!= ( const _Self __x) const
inline

Definition at line 468 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode.

template<typename OBJECT>
OBJECT* G4FastList_iterator< OBJECT >::operator* ( )
template<typename OBJECT>
const OBJECT* G4FastList_iterator< OBJECT >::operator* ( ) const
template<typename OBJECT>
_Self& G4FastList_iterator< OBJECT >::operator++ ( )
inline

Definition at line 436 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetNext().

+ Here is the call graph for this function:

template<typename OBJECT>
_Self G4FastList_iterator< OBJECT >::operator++ ( int  )
inline

Definition at line 442 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetNext().

+ Here is the call graph for this function:

template<typename OBJECT>
_Self& G4FastList_iterator< OBJECT >::operator-- ( )
inline

Definition at line 450 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetPrevious().

+ Here is the call graph for this function:

template<typename OBJECT>
_Self G4FastList_iterator< OBJECT >::operator-- ( int  )
inline

Definition at line 456 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode, and G4FastListNode< OBJECT >::GetPrevious().

+ Here is the call graph for this function:

template<typename OBJECT>
OBJECT* G4FastList_iterator< OBJECT >::operator-> ( )
template<typename OBJECT>
const OBJECT* G4FastList_iterator< OBJECT >::operator-> ( ) const
template<typename OBJECT>
bool G4FastList_iterator< OBJECT >::operator== ( const _Self __x) const
inline

Definition at line 463 of file G4FastList.hh.

References G4FastList_iterator< OBJECT >::fpNode.

Member Data Documentation


The documentation for this struct was generated from the following file: