|
Geant4
10.00.p03
|
#include <G4Cache.hh>
Inheritance diagram for G4VectorCache< VALTYPE >:
Collaboration diagram for G4VectorCache< VALTYPE >:Public Types | |
| typedef VALTYPE | value_type |
| typedef std::vector< value_type > | vector_type |
| typedef vector_type::size_type | size_type |
| typedef vector_type::iterator | iterator |
| typedef vector_type::const_iterator | const_iterator |
Public Types inherited from G4Cache< std::vector< VALTYPE > > | |
| typedef std::vector< VALTYPE > | value_type |
Public Member Functions | |
| G4VectorCache () | |
| G4VectorCache (G4int nElems) | |
| G4VectorCache (G4int nElems, value_type *vals) | |
| virtual | ~G4VectorCache () |
| void | Push_back (const value_type &val) |
| value_type | Pop_back () |
| value_type & | operator[] (const G4int &idx) |
| iterator | Begin () |
| iterator | End () |
| void | Clear () |
| size_type | Size () |
Public Member Functions inherited from G4Cache< std::vector< 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::vector< VALTYPE > > | |
| const int & | GetId () const |
Definition at line 131 of file G4Cache.hh.
| typedef vector_type::const_iterator G4VectorCache< VALTYPE >::const_iterator |
Definition at line 138 of file G4Cache.hh.
| typedef vector_type::iterator G4VectorCache< VALTYPE >::iterator |
Definition at line 137 of file G4Cache.hh.
| typedef vector_type::size_type G4VectorCache< VALTYPE >::size_type |
Definition at line 136 of file G4Cache.hh.
| typedef VALTYPE G4VectorCache< VALTYPE >::value_type |
Definition at line 134 of file G4Cache.hh.
| typedef std::vector<value_type> G4VectorCache< VALTYPE >::vector_type |
Definition at line 135 of file G4Cache.hh.
| G4VectorCache< V >::G4VectorCache | ( | ) |
Definition at line 276 of file G4Cache.hh.
| G4VectorCache< V >::G4VectorCache | ( | G4int | nElems | ) |
Definition at line 290 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Here is the call graph for this function:| G4VectorCache< VALTYPE >::G4VectorCache | ( | G4int | nElems, |
| value_type * | vals | ||
| ) |
|
virtual |
Definition at line 280 of file G4Cache.hh.
|
inline |
Definition at line 326 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Here is the call graph for this function:
|
inline |
Definition at line 338 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Here is the call graph for this function:
|
inline |
Definition at line 332 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Here is the call graph for this function:
|
inline |
Definition at line 319 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Here is the call graph for this function:
|
inline |
Definition at line 310 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Here is the call graph for this function:
|
inline |
Definition at line 304 of file G4Cache.hh.
References G4Cache< VALTYPE >::Get().
Referenced by G4VBiasingOperator::G4VBiasingOperator(), and G4BiasingOperationManager::Register().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 159 of file G4Cache.hh.
Referenced by G4BiasingOperationManager::GetBiasingOperation(), and G4BiasingOperationManager::Register().
Here is the caller graph for this function: