Util--  1.1
Classes | Namespaces | Macros | Functions
iter.hh File Reference

Definition of iterator for hash containers. More...

#include "utilmm/hash/bits/table_fwd.hh"
#include "utilmm/hash/bits/iter.tcc"
Include dependency graph for iter.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 utilmm
 
 utilmm::hash_toolbox
 toolbox for hash containers
 

Macros

#define IN_UTILMM_UTILS_HASH_ITER_HEADER
 

Functions

template<typename K , typename V , class Ex , class H , class Eq >
const_iter< K, V, Ex, H, Eq > utilmm::hash_toolbox::operator+ (typename const_iter< K, V, Ex, H, Eq >::size_type d, const_iter< K, V, Ex, H, Eq > const &i)
 
template<typename K , typename V , class Ex , class H , class Eq >
iter< K, V, Ex, H, Eq > utilmm::hash_toolbox::operator+ (typename iter< K, V, Ex, H, Eq >::size_type d, iter< K, V, Ex, H, Eq > const &i)
 

Detailed Description

Definition of iterator for hash containers.

This header defines classes used to implement iterators for utilmm::hash_toolbox::table

Author
Frédéric Py fpy@l.nosp@m.aas..nosp@m.fr

Macro Definition Documentation

◆ IN_UTILMM_UTILS_HASH_ITER_HEADER

#define IN_UTILMM_UTILS_HASH_ITER_HEADER

Generated on Wed Oct 17 2018 09:34:19 for Util-- by doxygen 1.8.13
SourceForge.net Project Page