Static Public メソッド | Static Public 変数 | Static Private 変数

クラス osl::hash::HashRandomPair

#include <hashRandomPair.h>

すべてのメンバ一覧

Static Public メソッド

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 Public 変数

static const size_t Length = 0x100000

Static Private 変数

static std::pair< char, char > table [Length]
static bool is_initialized = 0

説明

hashRandomPair.h12 行で定義されています。


関数

static bool osl::hash::HashRandomPair::initialized (  )  [inline, static]

hashRandomPair.h29 行で定義されています。

参照先 is_initialized.

void osl::hash::HashRandomPair::setUp ( unsigned int  seed,
unsigned int  prob100 
) [static]

hashRandomPair.cc10 行で定義されています。

参照先 is_initialized, Length, と table.

static std::pair<char,char> osl::hash::HashRandomPair::value ( const HashKey key  )  [inline, static]

hashRandomPair.h25 行で定義されています。

参照先 osl::hash::HashKey128::signature(), と value().

static std::pair<char,char> osl::hash::HashRandomPair::value ( size_t  key  )  [inline, static]

hashRandomPair.h21 行で定義されています。

参照先 Length, と table.

参照元 value().


変数

bool osl::hash::HashRandomPair::is_initialized = 0 [static, private]

hashRandomPair.h18 行で定義されています。

参照元 initialized(), と setUp().

const size_t osl::hash::HashRandomPair::Length = 0x100000 [static]

hashRandomPair.h15 行で定義されています。

参照元 setUp(), と value().

std::pair< char, char > osl::hash::HashRandomPair::table [static, private]

hashRandomPair.h17 行で定義されています。

参照元 setUp(), と value().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義