#include <G4ParticleTableIterator.hh>
|
typedef std::map< K, V,
std::less< K > > | Map |
|
template<class K, class V>
class G4ParticleTableIterator< K, V >
Definition at line 43 of file G4ParticleTableIterator.hh.
template<class K, class V>
template<class K, class V>
template<class K, class V>
template<class K, class V>
Definition at line 61 of file G4ParticleTableIterator.hh.
69 if(it==mydict->end())
return false;
71 while((static_cast<G4ParticleDefinition*>((*it).second))->IsGeneralIon()){
73 if(it==mydict->end())
return false;
template<class K, class V>
template<class K, class V>
template<class K, class V>
The documentation for this class was generated from the following file: