Geant4  10.02
G4ManyFastLists_iterator< OBJECT > Struct Template Reference

#include <G4FastList.hh>

+ Collaboration diagram for G4ManyFastLists_iterator< OBJECT >:

Public Types

typedef G4FastList< G4FastList
< OBJECT > > 
ManyLists
 
typedef G4ManyFastLists_iterator _Self
 
typedef G4FastListNode< OBJECT > _Node
 

Public Member Functions

 G4ManyFastLists_iterator (G4FastList_iterator< OBJECT > __x, typename ManyLists::iterator __it, ManyLists *__lists)
 
 G4ManyFastLists_iterator (const G4ManyFastLists_iterator &__x)
 
_NodeGetNode ()
 
G4ManyFastLists< OBJECT > * GetTrackList ()
 
OBJECT * operator* ()
 
const OBJECT * operator* () const
 
OBJECT * operator-> ()
 
const OBJECT * operator-> () const
 
_Self UpdateToNextValidList ()
 
_Selfoperator++ ()
 
_Self operator++ (int)
 
_Selfoperator-- ()
 
_Self operator-- (int)
 
bool operator== (const _Self &__x) const
 
bool operator!= (const _Self &__x) const
 

Public Attributes

G4FastList_iterator< OBJECT > fIterator
 
ManyLists::iterator fCurrentListIt
 
ManyListsfLists
 

Protected Member Functions

void HasReachedEnd ()
 

Private Member Functions

 G4ManyFastLists_iterator ()
 

Detailed Description

template<class OBJECT>
struct G4ManyFastLists_iterator< OBJECT >

Definition at line 68 of file G4FastList.hh.

Member Typedef Documentation

template<class OBJECT>
typedef G4FastListNode<OBJECT> G4ManyFastLists_iterator< OBJECT >::_Node

Definition at line 245 of file G4ManyFastLists.hh.

template<class OBJECT>
typedef G4ManyFastLists_iterator G4ManyFastLists_iterator< OBJECT >::_Self

Definition at line 244 of file G4ManyFastLists.hh.

template<class OBJECT>
typedef G4FastList<G4FastList<OBJECT> > G4ManyFastLists_iterator< OBJECT >::ManyLists

Definition at line 242 of file G4ManyFastLists.hh.

Constructor & Destructor Documentation

template<class OBJECT>
G4ManyFastLists_iterator< OBJECT >::G4ManyFastLists_iterator ( )
inlineprivate

Definition at line 252 of file G4ManyFastLists.hh.

template<class OBJECT>
G4ManyFastLists_iterator< OBJECT >::G4ManyFastLists_iterator ( G4FastList_iterator< OBJECT >  __x,
typename ManyLists::iterator  __it,
ManyLists __lists 
)
inlineexplicit

Definition at line 259 of file G4ManyFastLists.hh.

template<class OBJECT>
G4ManyFastLists_iterator< OBJECT >::G4ManyFastLists_iterator ( const G4ManyFastLists_iterator< OBJECT > &  __x)
inline

Definition at line 266 of file G4ManyFastLists.hh.

Member Function Documentation

template<class OBJECT>
_Node* G4ManyFastLists_iterator< OBJECT >::GetNode ( )
inline

Definition at line 273 of file G4ManyFastLists.hh.

References G4FastList_iterator< OBJECT >::GetNode().

+ Here is the call graph for this function:

template<class OBJECT>
G4ManyFastLists<OBJECT>* G4ManyFastLists_iterator< OBJECT >::GetTrackList ( )
inline
template<class OBJECT>
void G4ManyFastLists_iterator< OBJECT >::HasReachedEnd ( )
inlineprotected

Definition at line 373 of file G4ManyFastLists.hh.

References G4FastList< OBJECT >::empty(), and G4FastList< OBJECT >::end().

+ Here is the call graph for this function:

template<class OBJECT>
bool G4ManyFastLists_iterator< OBJECT >::operator!= ( const _Self __x) const
inline

Definition at line 367 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::operator==().

+ Here is the call graph for this function:

template<class OBJECT>
OBJECT* G4ManyFastLists_iterator< OBJECT >::operator* ( )
inline

Definition at line 283 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::fIterator.

template<class OBJECT>
const OBJECT* G4ManyFastLists_iterator< OBJECT >::operator* ( ) const
inline

Definition at line 287 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::fIterator.

template<class OBJECT>
_Self& G4ManyFastLists_iterator< OBJECT >::operator++ ( )

Referenced by G4ManyFastLists_iterator< OBJECT >::operator++().

+ Here is the caller graph for this function:

template<class OBJECT>
_Self G4ManyFastLists_iterator< OBJECT >::operator++ ( int  )
inline

Definition at line 303 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::operator++().

+ Here is the call graph for this function:

template<class OBJECT>
_Self& G4ManyFastLists_iterator< OBJECT >::operator-- ( )
inline

Definition at line 309 of file G4ManyFastLists.hh.

References G4FastList< OBJECT >::begin(), G4FastList< OBJECT >::empty(), G4FastList< OBJECT >::end(), G4FastList_iterator< OBJECT >::GetNode(), and G4FastListNode< OBJECT >::GetObject().

Referenced by G4ManyFastLists_iterator< OBJECT >::operator--().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<class OBJECT>
_Self G4ManyFastLists_iterator< OBJECT >::operator-- ( int  )
inline

Definition at line 357 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::operator--().

+ Here is the call graph for this function:

template<class OBJECT>
OBJECT* G4ManyFastLists_iterator< OBJECT >::operator-> ( )
inline

Definition at line 291 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::fIterator.

template<class OBJECT>
const OBJECT* G4ManyFastLists_iterator< OBJECT >::operator-> ( ) const
inline

Definition at line 295 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::fIterator.

template<class OBJECT>
bool G4ManyFastLists_iterator< OBJECT >::operator== ( const _Self __x) const
inline

Definition at line 362 of file G4ManyFastLists.hh.

References G4ManyFastLists_iterator< OBJECT >::fCurrentListIt, and G4ManyFastLists_iterator< OBJECT >::fIterator.

Referenced by G4ManyFastLists_iterator< OBJECT >::operator!=().

+ Here is the caller graph for this function:

template<class OBJECT>
_Self G4ManyFastLists_iterator< OBJECT >::UpdateToNextValidList ( )

Member Data Documentation

template<class OBJECT>
ManyLists* G4ManyFastLists_iterator< OBJECT >::fLists

Definition at line 249 of file G4ManyFastLists.hh.


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