Classes | |
| class | Collection0 |
| ... More... | |
| class | Iterator |
| This is a small wrapper for AbstractIterator, which may be used directly, not as a pointer, to makes memory management simpler. More... | |
| class | Collection |
| Abstract base class for all container objects in container::untyped. More... | |
| class | Vector |
| Container, which is implemented by an array, which is dynamically resized. More... | |
| class | List |
| A single-linked list. More... | |
| class | HashTable |
| A hash table. More... | |
| class | Stack |
| A stack (LIFO). More... | |
Different sub-classes may be mixed, and you have to care about casting, there is no type-safety.
1.5.9