Containers
Classes | |
| class | Array< TYPE > |
| Generic dynamic array. More... | |
| class | ArrayIterator< TYPE > |
| Iterator for Array. More... | |
| class | DynamicBuffer |
| Dynamic memory buffer. More... | |
| class | HashTable< HASHTABLEKEY, TYPE > |
| Stores data in a hash table, indexed by any type of key. More... | |
| class | HashTableIterator< HASHTABLEKEY, TYPE > |
| Iterator for HashTable. More... | |
| class | HashTableKey |
| Abstract base class for hash table keys. More... | |
| class | HashTableKey_Int |
| Hash table key implementation for integer keys. More... | |
| class | HashTableKey_Pointer |
| Hash table key implementation for void* keys. More... | |
| class | HashTableKey_String |
| Hash table key implementation for string keys. More... | |
| class | HashTableKey_StringId |
| Hash table key implementation for string keys. More... | |
| class | MemoryPool< TYPE > |
| MemoryPool for faster dynamic memory allocation. More... | |
| class | PriorityQueue< TYPE > |
| class | PriorityQueueIterator< TYPE > |
| Iterator for PriorityQueue. More... | |
| class | StaticBuffer |
| Static memory buffer. More... | |
Reproduction/republishing of any material on this site without permission is strictly prohibited.
