43 #ifndef __EST_TSimpleVector_H__
44 #define __EST_TSimpleVector_H__
46 #include "EST_TVector.h"
47 #include "instantiate/EST_TSimpleVectorI.h"
68 int free_when_destroyed=0):
EST_TVector<T>(n,memory) {};
76 void copy_section(T* dest,
int offset=0,
int num=-1)
const;
77 void set_section(
const T* src,
int offset=0,
int num=-1);
EST_TSimpleVector()
default constructor
void zero(void)
Fill entire array with 0 bits.
EST_TSimpleVector(int n)
"size" constructor
EST_TSimpleVector & operator=(const EST_TSimpleVector< T > &s)
assignment operator
INLINE int n() const
number of items in vector.
EST_TSimpleVector(int n, T *memory, int offset=0, int free_when_destroyed=0)
memory constructor
void resize(int n, int set=1)
resize vector