A dynamical array, more powerful than the simple [ ]
A dynamical array, more powerful than the simple [ ]
T_item* p
bool haveToDelete
Array(int size) throw()
Array(T_item *ref, int size) throw()
~Array() throw()
int size() const throw()
T_item& operator[](int k) throw()
const T_item& operator[](int k) const throw()
Array(const Array< class T_item >& a) throw()
Array < class T_item > & operator=(const Array< class T_item >& a) throw()
Array < class T_item > & operator=(T_item i) throw()
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