|
Simple Application Framework
1
|
Unordered associative data container.
#include "../Algo/Hash.h"#include "../Algo/Struct/HashTable.h"#include "../Algo/Struct/HashTablePolicy.h"#include "../Algo/Predicate.h"#include "../Algo/Selector.h"#include "../IndexOutOfRangeException.h"#include "Pair.h"Go to the source code of this file.
Classes | |
| class | Saf::Collection::HashMap< KeyType, ValType, HashFuncType, HashPolicyType, CompType > |
| Unordered associative container. More... | |
Namespaces | |
| namespace | Saf |
| Global library namespace. | |
| namespace | Saf::Collection |
| Namespace encapsulating data container classes. | |
Unordered associative data container.
1.8.0