StringList

interface ICwAPI3DStringList

Public Functions

virtual void destroy() = 0

Destroys itself.

virtual uint32_t count() = 0

Returns the number of elements in the list.

Returns:

number of elements in list

virtual ICwAPI3DString *at(uint32_t aIndex) = 0

Returns the element at index.

Parameters:

aIndex

Returns:

element at index

virtual void append(const character *aString) = 0

Appends an element to the list.

Parameters:

aString