Include dependency graph for unique.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
| namespace | vcsn::misc |
| namespace | vcsn::misc::unique |
Classes | |
| struct | UniqueListBase |
Base class for uniquelist. More... | |
| struct | uniquelist |
| Simple unique list structure. More... | |
| struct | UniqueMap |
| Canonical type map. More... | |
| struct | UniqueMap::TiSlot |
Helper to make std::type_info into a valid key type for std::map. More... | |
| struct | unifiable |
Typedefs | |
| typedef UniqueListBase< int > | vcsn::misc::unique::uniquelist_base |
| typedef UniqueMap< int > | vcsn::misc::unique::unique_map |
Functions | |
| template<typename T> | |
| const T & | vcsn::misc::unique::get (const T &) |
| The canonicalization operator. | |
| template<typename T> | |
| const T * | vcsn::misc::unique::get (const T *) |
| Version of the canonicalization operator for pointers. | |
Definition in file unique.hh.
1.4.6