Go to the source code of this file.
Classes | |
class | osl::hash::GeneralBoardKey< Integer, SIZE > |
手番を含んだ盤面の状態のハッシュ値を保持するためのクラス. More... | |
struct | osl::hash::GeneralHashKey< BoardKeyBase > |
BoardKey + 駒台(piece stand) More... | |
Namespaces | |
osl | |
attackDefense.h | |
osl::hash | |
ハッシュ | |
Constant Groups | |
osl | |
attackDefense.h | |
osl::hash | |
ハッシュ | |
Typedefs | |
typedef GeneralBoardKey < unsigned int, 4 > | osl::hash::BoardKey32 |
typedef GeneralBoardKey < unsigned long long, 2 > | osl::hash::BoardKey64 |
typedef GeneralHashKey < BoardKey32 > | osl::hash::HashKey32 |
typedef GeneralHashKey < BoardKey64 > | osl::hash::HashKey64 |
Functions | |
template<typename Integer , size_t SIZE> | |
bool | osl::hash::operator== (const GeneralBoardKey< Integer, SIZE > &l, const GeneralBoardKey< Integer, SIZE > &r) |
template<typename Integer , size_t SIZE> | |
bool | osl::hash::operator!= (const GeneralBoardKey< Integer, SIZE > &l, const GeneralBoardKey< Integer, SIZE > &r) |
template<typename Integer , size_t SIZE> | |
bool | osl::hash::operator< (const GeneralBoardKey< Integer, SIZE > &l, const GeneralBoardKey< Integer, SIZE > &r) |
set等で使うためのみの不等号. More... | |
template<typename T > | |
bool | osl::hash::operator== (const GeneralHashKey< T > &l, const GeneralHashKey< T > &r) |
template<typename T > | |
bool | osl::hash::operator!= (const GeneralHashKey< T > &l, const GeneralHashKey< T > &r) |
template<typename T > | |
bool | osl::hash::operator< (const GeneralHashKey< T > &l, const GeneralHashKey< T > &r) |
set等で使うためのみの不等号 full orderであること以外に深い意味はない More... | |