|
CppCommon 1.0.5.0
C++ Common Library
|
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 | |
| namespace | CppCommon |
| C++ Common project definitions. | |