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 > |
| This section describes the so called "dynamic arrays". 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 |