#include <G4CacheDetails.hh>
template<>
class G4CacheReference< G4double >
Definition at line 120 of file G4CacheDetails.hh.
 
Definition at line 256 of file G4CacheDetails.hh.
  258     if ( cache && last ) {
 
  260         cout<<
"Destroying element"<<
id<<
" is last?"<<last<<
"-Pointer template specialization-"<<endl;
 
 
 
 
Definition at line 242 of file G4CacheDetails.hh.
  245     cout<<
"Specialized template for G4double"<<endl;
 
  248         cache = 
new cache_container;
 
  249     if ( cache->size() <= id )
 
  250         cache->resize(
id+1,static_cast<G4double>(0));
 
 
 
 
The documentation for this class was generated from the following files: