|
Geant4-11
|
#include <G4TypeKey.hh>
Public Types | |
| typedef unsigned long | Key |
Public Member Functions | |
| G4TypeKey () | |
| G4bool | IsValid () |
| G4bool | operator!= (const G4TypeKey &rhs) const |
| Key | operator() () const |
| G4bool | operator< (const G4TypeKey &rhs) const |
| G4bool | operator== (const G4TypeKey &rhs) const |
| G4bool | operator> (const G4TypeKey &rhs) const |
| virtual | ~G4TypeKey () |
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.
References fMyKey.
Referenced by G4AttFilterUtils::GetNewFilter().
|
inlineprotected |
Definition at line 66 of file G4TypeKey.hh.
References G4ThreadLocal.
Referenced by G4TypeKeyT< T >::G4TypeKeyT().
|
inline |
|
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>().