Dillo
Classes
lout::container::untyped Namespace Reference

The container classes defined here contain instances of object::Object. More...

Classes

class  Collection
 Abstract base class for all container objects in container::untyped. More...
 
class  Collection0
 ... More...
 
class  HashSet
 A hash set. More...
 
class  HashTable
 A hash table. 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  List
 A single-linked list. More...
 
class  Stack
 A stack (LIFO). Can be used as Queue (FIFO) when pushUnder() is used instead of push(). More...
 
class  Vector
 Container, which is implemented by an array, which is dynamically resized. More...
 

Detailed Description

The container classes defined here contain instances of object::Object.

Different sub-classes may be mixed, and you have to care about casting, there is no type-safety.