template <class T> class Array : public BaseArray Abstract data type Array
Abstract data type Array.Array<T> is an automatically increasing array containing elements of the generic type T. The allocated size may be larger then the logical size of the array. The elements can be accessed by the [] operator, the range is 0 to size-1.
inline ~Array()
inline int Size() const
inline void SetSize(int nsize)
inline void SetAllocSize(int nallocsize)
inline T& operator[] (int i)
inline const T& operator[] (int i) const
inline int Append(const T & el)
inline T& Last()
inline int Union(const T & el)
inline void DeleteElement(int i)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de