Dynamic array template base class.
Dynamic array template base class. This is an auxiliary template base class for DArray and TArray implementing some shared functions which depend on the type of the array elements (this is contrary to ArrayBase). It's not supposed to be constructed by hands. Use DArray and TArray instead.
const TYPE& operator[](int n) const
operator TYPE* ()
operator const TYPE* () const
void ins(int n, const TYPE &val, unsigned int howmany=1)
val - initial value of the new elements.
howmany - number of elements to insert. void sort()
void sort(int lo, int hi)
hi - high bound for the subscripts of the elements to sort.
Alphabetic index HTML hierarchy of classes or Java