Implementation of containers based on a hash function. More...
|
Classes | |
| class | utilmm::hash_toolbox::const_iter< Key, Value, Extract, Hash, Equal > |
const iterator for table More... | |
| struct | utilmm::hash< Ty > |
| hash functor More... | |
| class | utilmm::hash_map< Key, Data, Hash, Equal > |
| map with hashing access More... | |
| class | utilmm::hash_set< Key, Hash, Equal > |
| set with hashing access More... | |
| class | utilmm::hash_toolbox::iter< Key, Value, Extract, Hash, Equal > |
iterator for table More... | |
| class | utilmm::hash_toolbox::table< Key, Value, Extract, Hash, Equal > |
| Hashing based table. More... | |
Namespaces | |
| namespace | utilmm::hash_toolbox |
toolbox for hash containers | |
Implementation of containers based on a hash function.
This modules embeds all the classes used to implement containers using a hash function to access to contained data