CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces
hashmap.h File Reference

Hash map container definition. More...

#include <algorithm>
#include <cassert>
#include <cstddef>
#include <functional>
#include <iterator>
#include <limits>
#include <stdexcept>
#include <vector>
#include "hashmap.inl"

Go to the source code of this file.

Classes

class  CppCommon::HashMap< TKey, TValue, THash, TEqual, TAllocator >
 Hash map container. More...
 
class  CppCommon::HashMapIterator< TContainer, TKey, TValue >
 Hash map iterator. More...
 
class  CppCommon::HashMapConstIterator< TContainer, TKey, TValue >
 Hash map constant iterator. More...
 
class  CppCommon::HashMapReverseIterator< TContainer, TKey, TValue >
 Hash map reverse iterator. More...
 
class  CppCommon::HashMapConstReverseIterator< TContainer, TKey, TValue >
 Hash map constant reverse iterator. More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Detailed Description

Hash map container definition.

Author
Ivan Shynkarenka
Date
11.07.2017

Definition in file hashmap.h.