Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4FastVector< Type, N > Class Template Reference

#include <G4FastVector.hh>

Public Member Functions

 G4FastVector ()
 
 ~G4FastVector ()
 
Type * operator[] (G4int anIndex) const
 
void Initialize (G4int items)
 
void SetElement (G4int anIndex, Type *anElement)
 

Detailed Description

template<class Type, G4int N>
class G4FastVector< Type, N >

Definition at line 43 of file G4FastVector.hh.

Constructor & Destructor Documentation

template<class Type, G4int N>
G4FastVector< Type, N >::G4FastVector ( )
inline

Definition at line 50 of file G4FastVector.hh.

template<class Type, G4int N>
G4FastVector< Type, N >::~G4FastVector ( )
inline

Definition at line 52 of file G4FastVector.hh.

Member Function Documentation

template<class Type, G4int N>
void G4FastVector< Type, N >::Initialize ( G4int  items)
inline

Definition at line 63 of file G4FastVector.hh.

template<class Type, G4int N>
Type* G4FastVector< Type, N >::operator[] ( G4int  anIndex) const
inline

Definition at line 57 of file G4FastVector.hh.

template<class Type, G4int N>
void G4FastVector< Type, N >::SetElement ( G4int  anIndex,
Type *  anElement 
)
inline

Definition at line 76 of file G4FastVector.hh.

Here is the caller graph for this function:


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