#include <G4CacheDetails.hh>
template<class VALTYPE>
class G4CacheReference< VALTYPE >
Definition at line 76 of file G4CacheDetails.hh.
Definition at line 156 of file G4CacheDetails.hh.
160 cout<<
"Destroying element"<<
id<<
" is last?"<<last<<endl;
162 if ( cache->size() <
id && (*cache)[id] ) {
Definition at line 140 of file G4CacheDetails.hh.
144 cout<<
"Generic template"<<endl;
148 cache =
new cache_container;
149 if ( cache->size() <= id )
150 cache->resize(
id+1,static_cast<V*>(0));
151 if ( (*cache)[
id] == 0 ) (*cache)[id]=
new V;
The documentation for this class was generated from the following file: