#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.
◆ initialized()
static bool osl::hash::HashRandomPair::initialized |
( |
| ) |
|
|
inlinestatic |
◆ setUp()
void osl::hash::HashRandomPair::setUp |
( |
unsigned int |
seed, |
|
|
unsigned int |
prob100 |
|
) |
| |
|
static |
◆ value() [1/2]
static std::pair< char, char > osl::hash::HashRandomPair::value |
( |
const HashKey & |
key | ) |
|
|
inlinestatic |
◆ value() [2/2]
static std::pair< char, char > osl::hash::HashRandomPair::value |
( |
size_t |
key | ) |
|
|
inlinestatic |
◆ is_initialized
bool osl::hash::HashRandomPair::is_initialized = 0 |
|
staticprivate |
◆ Length
const size_t osl::hash::HashRandomPair::Length = 0x100000 |
|
static |
◆ table
std::pair< char, char > osl::hash::HashRandomPair::table |
|
staticprivate |
The documentation for this class was generated from the following files: