Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

UniqueMap Struct Template Reference

Canonical type map. More...

List of all members.

Public Types

typedef std::map< TiSlot<
int >, UniqueListBase< int > * > 
map_t
 The map type used.


Static Public Member Functions

map_tinstance ()
 Access to the unique instance of this structure.


Protected Member Functions

 UniqueMap ()
 Constructor for the class.

 ~UniqueMap ()
 Destructor for the class.


Detailed Description

template<class T>
struct utility::unique::UniqueMap< T >

Canonical type map.

This structure is a helper for the get operator, that retains associations between static types (represented by the std::type_info structure) and a hash map of dynamic values.

This structure is used for dynamic type instances canonicalization, i.e. storage and retrieval of unique instances of structural elements in Vaucanson.

See also:
vcsn::Structure


Constructor & Destructor Documentation

UniqueMap  )  [protected]
 

Constructor for the class.

It is protected so that no secondary instances may be created.

~UniqueMap  )  [protected]
 

Destructor for the class.

This destructor actually destroys all stored canonical instances. Any further reference to the canonical values is invalid.


Generated on Sun Jul 18 14:30:52 2004 for Vaucanson by doxygen 1.3.7