Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces
Saf/Algo/Struct/HashTablePolicy.h File Reference

Hash table resizing policies.
More...

#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.

Detailed Description

Hash table resizing policies.
Author:
Ondrej Danek ondre.nosp@m.j.da.nosp@m.nek@g.nosp@m.mail.nosp@m..com
Date:
2011