#include <hashRandom.h>
Static Public メソッド | |
static void | setUp (double sigma) |
static int | value (size_t key) |
static int | value (const HashKey &key) |
Static Public 変数 | |
static const size_t | Length = 0x1000 |
Static Private 変数 | |
static int | table [Length] |
hashRandom.h の 12 行で定義されています。
void osl::hash::HashRandom::setUp | ( | double | sigma | ) | [static] |
hashRandom.cc の 76 行で定義されています。
static int osl::hash::HashRandom::value | ( | const HashKey & | key | ) | [inline, static] |
hashRandom.h の 24 行で定義されています。
参照先 osl::hash::GeneralHashKey< BoardKeyBase >::signature(), と value().
static int osl::hash::HashRandom::value | ( | size_t | key | ) | [inline, static] |
const size_t osl::hash::HashRandom::Length = 0x1000 [static] |
hashRandom.h の 15 行で定義されています。
int osl::hash::HashRandom::table [static, private] |
hashRandom.h の 17 行で定義されています。