These are classes, templates and class macros are used by wxWidgets. Most of these classes provide a subset or almost complete STL API.
Related Overviews: Container Classes
Classes | |
class | wxArray< T > |
The legacy dynamic array class, existing for compatibility only and NOT to be used in the new code. More... | |
class | wxList< T > |
The wxList<T> class provides linked list functionality. More... | |
class | wxStack< T > |
wxStack<T> is similar to std::stack and can be used exactly like it. More... | |
class | wxVector< T > |
wxVector<T> is a template class which implements most of the std::vector class and can be used like it. More... | |
class | wxArrayString |
class | wxSortedArrayString |
class | wxClientDataContainer |
class | wxClientData |
class | wxStringClientData |
class | wxHashTable |
class | wxHashMap |
class | wxHashSet |
class | wxTreeItemData |