This class gives a value and array-based list
This class gives a value and array-based list
skTVAList(const skTVAList<T>&)
skTVAList(USize initial_size, USize growth_increment)
virtual ~skTVAList()
skTVAList& operator=(const skTVAList<T>&)
void clear()
USize entries() const
void deleteElt(USize n)
void prepend(const T &t)
void insert(const T &t, USize index)
void append(const T &t)
void remove(const T &t)
T& operator[](USize n) const
int index(const T &t) const
bool contains(const T &t) const
void growTo(USize new_size)
int findElt(const T &t) const
void grow()
T* m_Array
USize m_ArraySize
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