Dynamic array for general types.
Dynamic array for general types. Template class GArray<TYPE> implements an array of elements of type TYPE. This template class must be able to access the following functions.This class only implement constructors. See class GArrayTemplate for a description of all access methods.
- a default constructor TYPE::TYPE(),
- a copy constructor TYPE::TYPE(const TYPE &),
- and optionally a destructor TYPE::~TYPE().
GArray(int hi)
GArray(int lo, int hi)
Alphabetic index HTML hierarchy of classes or Java