This class provides an array of RValues
Inheritance:
Public Methods
-
skRValueArray()
-
Default Constructor: creates an array of zero size
-
skRValueArray(unsigned short size)
-
Constructor: creates an array of the given size
Public Methods
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)
Protected Fields
T* m_Array
USize m_ArraySize
USize m_Entries
USize m_GrowthIncrement
Protected Methods
int findElt(const T &t) const
void grow()
Documentation
This class provides an array of RValues
skRValueArray()
-
Default Constructor: creates an array of zero size
skRValueArray(unsigned short size)
-
Constructor: creates an array of the given size
- This class has no child classes.
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