AutoDJ
Public Types | Public Member Functions | List of all members
TNT::Array1D< T > Class Template Reference

Public Types

typedef T value_type
 

Public Member Functions

 Array1D (int n)
 
 Array1D (int n, const T &a)
 
 Array1D (int n, T *a)
 
 Array1D (const Array1D &A)
 
 operator T* ()
 
 operator const T * ()
 
Array1Doperator= (const T &a)
 
Array1Doperator= (const Array1D &A)
 
Array1Dref (const Array1D &A)
 
Array1D copy () const
 
Array1Dinject (const Array1D &A)
 
T & operator[] (int i)
 
const T & operator[] (int i) const
 
int dim1 () const
 
int dim () const
 
int ref_count () const
 
Array1D< T > subarray (int i0, int i1)
 

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