Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
lout::container::typed Namespace Reference

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...
 

Detailed Description

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.