ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4FastList_const_iterator< OBJECT > Struct Template Reference

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/dna/management/include/G4FastList.hh>

+ Collaboration diagram for G4FastList_const_iterator< OBJECT >:

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
 
_Selfoperator= (const G4FastList_const_iterator &right)=default
 
 G4FastList_const_iterator (const G4FastList_iterator< OBJECT > &right)
 
_Selfoperator= (const G4FastList_iterator< OBJECT > &right)
 
const OBJECT * operator* () const
 
const OBJECT * operator-> () const
 
_Selfoperator++ ()
 
_Self operator++ (int)
 
_Selfoperator-- ()
 
_Self operator-- (int)
 
G4bool operator== (const _Self &__x) const
 
G4bool operator!= (const _Self &__x) const
 

Public Attributes

const _NodefpNode = nullptr
 

Detailed Description

template<typename OBJECT>
struct G4FastList_const_iterator< OBJECT >

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

Member Typedef Documentation

template<typename OBJECT >
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

template<typename OBJECT >
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

Constructor & Destructor Documentation

template<typename OBJECT >
G4FastList_const_iterator< OBJECT >::G4FastList_const_iterator ( )
default
template<typename OBJECT >
G4FastList_const_iterator< OBJECT >::G4FastList_const_iterator ( const _Node __x)
inlineexplicit

Definition at line 552 of file G4FastList.hh.

View newest version in sPHENIX GitHub at line 552 of file G4FastList.hh

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

Definition at line 560 of file G4FastList.hh.

View newest version in sPHENIX GitHub at line 560 of file G4FastList.hh

Member Function Documentation

template<typename OBJECT >
G4bool G4FastList_const_iterator< OBJECT >::operator!= ( const _Self __x) const
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.

template<typename OBJECT >
const OBJECT* G4FastList_const_iterator< OBJECT >::operator* ( ) const
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().

+ Here is the call graph for this function:

template<typename OBJECT >
_Self& G4FastList_const_iterator< OBJECT >::operator++ ( )
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().

+ Here is the call graph for this function:

template<typename OBJECT >
_Self G4FastList_const_iterator< OBJECT >::operator++ ( int  )
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().

+ Here is the call graph for this function:

template<typename OBJECT >
_Self& G4FastList_const_iterator< OBJECT >::operator-- ( )
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().

+ Here is the call graph for this function:

template<typename OBJECT >
_Self G4FastList_const_iterator< OBJECT >::operator-- ( int  )
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().

+ Here is the call graph for this function:

template<typename OBJECT >
const OBJECT* G4FastList_const_iterator< OBJECT >::operator-> ( ) const
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().

+ Here is the call graph for this function:

template<typename OBJECT >
_Self& G4FastList_const_iterator< OBJECT >::operator= ( const G4FastList_const_iterator< OBJECT > &  right)
default
template<typename OBJECT >
_Self& G4FastList_const_iterator< OBJECT >::operator= ( const G4FastList_iterator< OBJECT > &  right)
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().

+ Here is the call graph for this function:

template<typename OBJECT >
G4bool G4FastList_const_iterator< OBJECT >::operator== ( const _Self __x) const
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.

Member Data Documentation


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