Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TypeKey.hh>
Public Types | |
typedef unsigned long | Key |
Public Member Functions | |
G4TypeKey () | |
virtual | ~G4TypeKey () |
G4bool | IsValid () |
Key | operator() () const |
G4bool | operator== (const G4TypeKey &rhs) const |
G4bool | operator!= (const G4TypeKey &rhs) const |
G4bool | operator< (const G4TypeKey &rhs) const |
G4bool | operator> (const G4TypeKey &rhs) const |
Protected Member Functions | |
Key | NextKey () const |
Protected Attributes | |
Key | fMyKey |
Friends | |
std::ostream & | operator<< (std::ostream &out, const G4TypeKey &key) |
Definition at line 37 of file G4TypeKey.hh.
typedef unsigned long G4TypeKey::Key |
Definition at line 41 of file G4TypeKey.hh.
|
inline |
Definition at line 44 of file G4TypeKey.hh.
|
inlinevirtual |
Definition at line 47 of file G4TypeKey.hh.
|
inline |
Definition at line 49 of file G4TypeKey.hh.
Referenced by G4AttFilterUtils::GetNewFilter().
|
inlineprotected |
Definition at line 66 of file G4TypeKey.hh.
Referenced by G4TypeKeyT< T >::G4TypeKeyT().
Definition at line 56 of file G4TypeKey.hh.
|
inline |
Definition at line 54 of file G4TypeKey.hh.
Definition at line 57 of file G4TypeKey.hh.
Definition at line 55 of file G4TypeKey.hh.
Referenced by operator!=().
Definition at line 58 of file G4TypeKey.hh.
|
friend |
Definition at line 60 of file G4TypeKey.hh.
|
protected |
Definition at line 73 of file G4TypeKey.hh.
Referenced by G4TypeKeyT< T >::G4TypeKeyT(), IsValid(), operator()(), operator<(), operator==(), and operator>().