Geant4_10
Public Types | Public Member Functions | List of all members
G4ParticleTableIterator< K, V > Class Template Reference

#include <G4ParticleTableIterator.hh>

Public Types

typedef std::map< K, V,
std::less< K > > 
Map
 

Public Member Functions

 G4ParticleTableIterator (Map &adict)
 
G4bool operator++ ()
 
G4bool operator() ()
 
void reset (G4bool ifSkipIon=true)
 
K * key () const
 
value () const
 

Detailed Description

template<class K, class V>
class G4ParticleTableIterator< K, V >

Definition at line 43 of file G4ParticleTableIterator.hh.

Member Typedef Documentation

template<class K, class V>
typedef std::map<K, V, std::less<K> > G4ParticleTableIterator< K, V >::Map

Definition at line 46 of file G4ParticleTableIterator.hh.

Constructor & Destructor Documentation

template<class K, class V>
G4ParticleTableIterator< K, V >::G4ParticleTableIterator ( Map adict)
inline

Definition at line 47 of file G4ParticleTableIterator.hh.

Member Function Documentation

template<class K, class V>
K* G4ParticleTableIterator< K, V >::key ( ) const
inline

Definition at line 85 of file G4ParticleTableIterator.hh.

Here is the caller graph for this function:

template<class K, class V>
G4bool G4ParticleTableIterator< K, V >::operator() ( )
inline

Definition at line 61 of file G4ParticleTableIterator.hh.

template<class K, class V>
G4bool G4ParticleTableIterator< K, V >::operator++ ( )
inline

Definition at line 54 of file G4ParticleTableIterator.hh.

template<class K, class V>
void G4ParticleTableIterator< K, V >::reset ( G4bool  ifSkipIon = true)
inline

Definition at line 84 of file G4ParticleTableIterator.hh.

Here is the caller graph for this function:

template<class K, class V>
V G4ParticleTableIterator< K, V >::value ( ) const
inline

Definition at line 86 of file G4ParticleTableIterator.hh.

Here is the caller graph for this function:


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