#include <G4FastVector.hh>
template<class Type, G4int N>
class G4FastVector< Type, N >
Definition at line 43 of file G4FastVector.hh.
template<class Type, G4int N>
template<class Type, G4int N>
Definition at line 52 of file G4FastVector.hh.
54 if (ptr != &theArray[0])
delete [] ptr;
template<class Type, G4int N>
Definition at line 63 of file G4FastVector.hh.
68 if (ptr != &theArray[0])
71 ptr =
new Type*[items];
template<class Type, G4int N>
template<class Type, G4int N>
The documentation for this class was generated from the following file: