(s) class skStringList : public skTVAList<skString>

This class is a list of Strings, held by value

Inheritance:

skStringList < skTVAList


Inherited from skTVAList:

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 is a list of Strings, held by value

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