Geant4_10
|
#include <G4Cache.hh>
Public Types | |
typedef VALTYPE | value_type |
Public Member Functions | |
G4Cache () | |
G4Cache (const value_type &v) | |
virtual | ~G4Cache () |
value_type & | Get () const |
void | Put (const value_type &val) const |
value_type | Pop () |
Protected Member Functions | |
const int & | GetId () const |
Definition at line 85 of file G4Cache.hh.
typedef VALTYPE G4Cache< VALTYPE >::value_type |
Definition at line 87 of file G4Cache.hh.
Definition at line 216 of file G4Cache.hh.
G4Cache< VALTYPE >::G4Cache | ( | const value_type & | v | ) |
Definition at line 237 of file G4Cache.hh.
|
inline |
|
inline |
Definition at line 262 of file G4Cache.hh.
|
inline |