|
Simple Application Framework
1
|
Generic hash table implementation.
#include "../../Type.h"#include "../../Mem/Alloc.h"#include "../../Collection/Pair.h"#include "../../Collection/Array.h"#include "../../Collection/List.h"#include "../Swap.h"Go to the source code of this file.
Classes | |
| class | Saf::Algo::Struct::HashTable< KeyType, RecType, KeySelectorType, HashFuncType, HashPolicyType, CompType > |
| Generic hash table implementation. More... | |
Namespaces | |
| namespace | Saf |
| Global library namespace. | |
| namespace | Saf::Algo |
| Generic data handling algorithms and structures. | |
| namespace | Saf::Algo::Struct |
| Generic data structures. | |
Generic hash table implementation.
1.8.0