Geant4
10.03.p02
|
#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 () |
G4Cache (const G4Cache &rhs) | |
G4Cache & | operator= (const G4Cache &rhs) |
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 266 of file G4Cache.hh.
|
inline |
Definition at line 282 of file G4Cache.hh.
Definition at line 242 of file G4Cache.hh.
|
inline |
Definition at line 291 of file G4Cache.hh.
|
inline |