Geant4_10
Public Types | Public Member Functions | Protected Member Functions | List of all members
G4Cache< VALTYPE > Class Template Reference

#include <G4Cache.hh>

Inheritance diagram for G4Cache< VALTYPE >:
Inheritance graph
[legend]

Public Types

typedef VALTYPE value_type
 

Public Member Functions

 G4Cache ()
 
 G4Cache (const value_type &v)
 
virtual ~G4Cache ()
 
value_typeGet () const
 
void Put (const value_type &val) const
 
value_type Pop ()
 

Protected Member Functions

const intGetId () const
 

Detailed Description

template<class VALTYPE>
class G4Cache< VALTYPE >

Definition at line 85 of file G4Cache.hh.

Member Typedef Documentation

template<class VALTYPE>
typedef VALTYPE G4Cache< VALTYPE >::value_type

Definition at line 87 of file G4Cache.hh.

Constructor & Destructor Documentation

template<class V >
G4Cache< V >::G4Cache ( )

Definition at line 216 of file G4Cache.hh.

template<class VALTYPE>
G4Cache< VALTYPE >::G4Cache ( const value_type v)
template<class V >
G4Cache< V >::~G4Cache ( )
virtual

Definition at line 237 of file G4Cache.hh.

Member Function Documentation

template<class V >
V & G4Cache< V >::Get ( ) const
inline

Definition at line 253 of file G4Cache.hh.

Here is the caller graph for this function:

template<class VALTYPE>
const int& G4Cache< VALTYPE >::GetId ( ) const
inlineprotected

Definition at line 109 of file G4Cache.hh.

Here is the caller graph for this function:

template<class V >
V G4Cache< V >::Pop ( )
inline

Definition at line 262 of file G4Cache.hh.

template<class VALTYPE>
void G4Cache< V >::Put ( const value_type val) const
inline

Definition at line 257 of file G4Cache.hh.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: