|
Dillo
|
This namespace provides thin wrappers, implemented as C++ templates, to gain type-safety. More...
Classes | |
| class | Collection |
| Abstract base class template for all container objects in container::typed. More... | |
| class | HashSet |
| Typed version of container::untyped::HashSet. More... | |
| class | HashTable |
| Typed version of container::untyped::HashTable. More... | |
| class | Iterator |
| Typed version of container::untyped::Iterator. More... | |
| class | List |
| Typed version of container::untyped::List. More... | |
| class | Stack |
| Typed version of container::untyped::Stack. More... | |
| class | Vector |
| Typed version of container::untyped::Vector. More... | |
This namespace provides thin wrappers, implemented as C++ templates, to gain type-safety.
Notice, that nevertheless, all objects still have to be instances of object::Object.
1.8.8