#include <pathEncoding.h>
Public メソッド | |
PathEncodingTable () | |
~PathEncodingTable () | |
unsigned long long | get (size_t depth, Position pos, Ptype ptype) const |
unsigned long long | get (size_t depth, Move m) const |
Static Public 変数 | |
static const size_t | MaxEncodingLength = 256 |
Private 型 | |
typedef CArray< CArray2d < unsigned long long, Position::SIZE, PTYPE_SIZE > , MaxEncodingLength > | array_t |
Private 変数 | |
array_t | values |
pathEncoding.h の 12 行で定義されています。
typedef CArray<CArray2d<unsigned long long, Position::SIZE, PTYPE_SIZE>, MaxEncodingLength> osl::PathEncodingTable::array_t [private] |
pathEncoding.h の 18 行で定義されています。
osl::PathEncodingTable::PathEncodingTable | ( | ) |
pathEncoding.cc の 8 行で定義されています。
参照先 MaxEncodingLength, osl::PTYPE_SIZE, osl::misc::random(), osl::Position::SIZE, と values.
osl::PathEncodingTable::~PathEncodingTable | ( | ) |
pathEncoding.cc の 28 行で定義されています。
unsigned long long osl::PathEncodingTable::get | ( | size_t | depth, | |
Move | m | |||
) | const [inline] |
unsigned long long osl::PathEncodingTable::get | ( | size_t | depth, | |
Position | pos, | |||
Ptype | ptype | |||
) | const [inline] |
pathEncoding.h の 23 行で定義されています。
参照先 depth, osl::PTYPE_MIN, と values.
参照元 osl::PathEncoding::popMove(), と osl::PathEncoding::pushMove().
const size_t osl::PathEncodingTable::MaxEncodingLength = 256 [static] |
pathEncoding.h の 15 行で定義されています。
参照元 PathEncodingTable().
array_t osl::PathEncodingTable::values [private] |
pathEncoding.h の 19 行で定義されています。
参照元 get(), と PathEncodingTable().