#include <hashRandomPair.h>
|
static void | setUp (unsigned int seed, unsigned int prob100) |
|
static std::pair< char, char > | value (size_t key) |
|
static std::pair< char, char > | value (const HashKey &key) |
|
static bool | initialized () |
|
|
static const size_t | Length = 0x100000 |
|
Definition at line 12 of file hashRandomPair.h.
static bool osl::hash::HashRandomPair::initialized |
( |
) | |
|
|
inlinestatic |
void osl::hash::HashRandomPair::setUp |
( |
unsigned int |
seed, |
|
|
unsigned int |
prob100 |
|
) |
| |
|
static |
static std::pair<char,char> osl::hash::HashRandomPair::value |
( |
size_t |
key) | |
|
|
inlinestatic |
static std::pair<char,char> osl::hash::HashRandomPair::value |
( |
const HashKey & |
key) | |
|
|
inlinestatic |
bool osl::hash::HashRandomPair::is_initialized = 0 |
|
staticprivate |
const size_t osl::hash::HashRandomPair::Length = 0x100000 |
|
static |
std::pair< char, char > osl::hash::HashRandomPair::table |
|
staticprivate |
The documentation for this class was generated from the following files: