Util--  1.1
Files | Namespaces | Classes
Hash function based containers

Implementation of containers based on a hash function. More...

Files

file  iter.hh
 Definition of iterator for hash containers.
 
file  table.hh
 Declaration of utilmm::hash_toolbox::table.
 
file  table_fwd.hh
 forward declaration of utilmm::hash_toolbox::table
 
file  hash.hh
 definition of the basic hashing functor
 
file  hash_fwd.hh
 Forward declaration of utilmm::hash.
 
file  hash_map.hh
 Declaration of utilmm::hash_map.
 
file  hash_set.hh
 Declaration of utilmm::hash_set.
 

Namespaces

 utilmm::hash_toolbox
 toolbox for hash containers
 

Classes

class  utilmm::hash_toolbox::const_iter< Key, Value, Extract, Hash, Equal >
 const iterator for table 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...
 
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...
 

Detailed Description

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


Generated on Mon Oct 22 2018 18:39:28 for Util-- by doxygen 1.8.13
SourceForge.net Project Page