|
Simple Application Framework
1
|
Hash table resizing policies.
#include "../../Type.h"#include "../../Math/Range.h"#include "../../Collection/Pair.h"#include "../../OverflowException.h"#include "../Selection/MinMax.h"#include "../../Math/Calculus/Powers.h"Go to the source code of this file.
Classes | |
| class | Saf::Algo::Struct::HashPolicy::PowerOf2Policy |
| Hash table policy where the bucket count is always a power of 2. More... | |
| class | Saf::Algo::Struct::HashPolicy::PrimePolicy |
| Hash table policy where the bucket count is always a prime number. More... | |
Namespaces | |
| namespace | Saf |
| Global library namespace. | |
| namespace | Saf::Algo |
| Generic data handling algorithms and structures. | |
| namespace | Saf::Algo::Struct |
| Generic data structures. | |
| namespace | Saf::Algo::Struct::HashPolicy |
| HashTable growth policies. | |
Hash table resizing policies.
1.8.0