Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TypeKeyT.hh>
Public Member Functions | |
G4TypeKeyT () | |
~G4TypeKeyT () override=default | |
![]() | |
G4TypeKey ()=default | |
virtual | ~G4TypeKey ()=default |
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 |
Additional Inherited Members | |
![]() | |
using | Key = unsigned long |
![]() | |
Key | NextKey () const |
![]() | |
Key | fMyKey {0} |
Definition at line 37 of file G4TypeKeyT.hh.
|
inline |
Definition at line 41 of file G4TypeKeyT.hh.
|
overridedefault |