Geant4
10.00.p02
|
#include <G4Cache.hh>
Public Types | |
typedef KEYTYPE | key_type |
typedef VALTYPE | value_type |
typedef std::map< key_type, value_type > | map_type |
typedef map_type::size_type | size_type |
typedef map_type::iterator | iterator |
typedef map_type::const_iterator | const_iterator |
Public Types inherited from G4Cache< std::map< KEYTYPE, VALTYPE > > | |
typedef std::map< KEYTYPE, VALTYPE > | value_type |
Public Member Functions | |
virtual | ~G4MapCache () |
G4bool | Has (const key_type &k) |
std::pair< iterator, G4bool > | Insert (const key_type &k, const value_type &v) |
iterator | Begin () |
iterator | End () |
iterator | Find (const key_type &k) |
value_type & | Get (const key_type &k) |
size_type | Erase (const key_type &k) |
value_type & | operator[] (const key_type &k) |
size_type | Size () |
Public Member Functions inherited from G4Cache< std::map< KEYTYPE, VALTYPE > > | |
G4Cache () | |
G4Cache (const value_type &v) | |
virtual | ~G4Cache () |
value_type & | Get () const |
void | Put (const value_type &val) const |
value_type | Pop () |
Additional Inherited Members | |
Protected Member Functions inherited from G4Cache< std::map< KEYTYPE, VALTYPE > > | |
const int & | GetId () const |
Definition at line 168 of file G4Cache.hh.
typedef map_type::const_iterator G4MapCache< KEYTYPE, VALTYPE >::const_iterator |
Definition at line 176 of file G4Cache.hh.
typedef map_type::iterator G4MapCache< KEYTYPE, VALTYPE >::iterator |
Definition at line 175 of file G4Cache.hh.
typedef KEYTYPE G4MapCache< KEYTYPE, VALTYPE >::key_type |
Definition at line 171 of file G4Cache.hh.
typedef std::map<key_type,value_type> G4MapCache< KEYTYPE, VALTYPE >::map_type |
Definition at line 173 of file G4Cache.hh.
typedef map_type::size_type G4MapCache< KEYTYPE, VALTYPE >::size_type |
Definition at line 174 of file G4Cache.hh.
typedef VALTYPE G4MapCache< KEYTYPE, VALTYPE >::value_type |
Definition at line 172 of file G4Cache.hh.
|
virtual |
Definition at line 351 of file G4Cache.hh.
References G4Cache< VALTYPE >::GetId().
|
inline |
Definition at line 377 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
|
inline |
Definition at line 382 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Referenced by G4VBiasingOperator::AttachTo(), and G4VBiasingOperator::GetBiasingOperator().
|
inline |
Definition at line 406 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
|
inline |
Definition at line 388 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Referenced by G4VBiasingOperator::AttachTo(), and G4VBiasingOperator::GetBiasingOperator().
|
inline |
Definition at line 400 of file G4Cache.hh.
|
inline |
Definition at line 394 of file G4Cache.hh.
|
inline |
Definition at line 362 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
|
inline |
Definition at line 412 of file G4Cache.hh.
|
inline |
Definition at line 192 of file G4Cache.hh.