#include <hashKey.h>


Public メソッド | |
| HashKey () | |
| HashKey (const SimpleState &) | |
| const HashKey | newHashWithMove (Move move) const |
| const HashKey | newMakeMove (Move) const |
| const HashKey | newUnmakeMove (Move) const |
| void | dumpContents (std::ostream &os) const |
| void | dumpContentsCerr () const |
Static Public メソッド | |
| static const HashKey | readFromDump (const std::string &) |
| static const HashKey | readFromDump (std::istream &) |
| osl::hash::HashKey::HashKey | ( | const SimpleState & | state | ) |
| void osl::hash::HashKey::dumpContents | ( | std::ostream & | os | ) | const |
| void osl::hash::HashKey::dumpContentsCerr | ( | ) | const |
hashKey.cc の 34 行で定義されています。
参照先 dumpContents().
| const osl::hash::HashKey osl::hash::HashKey::newHashWithMove | ( | Move | move | ) | const |
| const osl::hash::HashKey osl::hash::HashKey::newMakeMove | ( | Move | move | ) | const |
hashKey.cc の 74 行で定義されています。
参照先 osl::hash::HashGenTable::addHashKey(), osl::alt(), osl::captured(), osl::Move::capturePtype(), osl::hash::GeneralHashKey< BoardKeyBase >::changeTurn(), osl::Move::from(), osl::hash::Hash_Gen_Table, osl::Move::isPass(), osl::Move::isValid(), osl::newPtypeO(), osl::Move::oldPtypeO(), osl::Move::player(), osl::PTYPE_EMPTY, osl::Move::ptypeO(), osl::Position::STAND(), osl::hash::HashGenTable::subHashKey(), と osl::Move::to().
参照元 newHashWithMove().
| const osl::hash::HashKey osl::hash::HashKey::newUnmakeMove | ( | Move | move | ) | const |
hashKey.cc の 101 行で定義されています。
参照先 osl::hash::HashGenTable::addHashKey(), osl::alt(), osl::captured(), osl::Move::capturePtype(), osl::hash::GeneralHashKey< BoardKeyBase >::changeTurn(), osl::Move::from(), osl::hash::Hash_Gen_Table, osl::Move::isPass(), osl::Move::isValid(), osl::newPtypeO(), osl::Move::oldPtypeO(), osl::Move::player(), osl::PTYPE_EMPTY, osl::Move::ptypeO(), osl::Position::STAND(), osl::hash::HashGenTable::subHashKey(), と osl::Move::to().
| const osl::hash::HashKey osl::hash::HashKey::readFromDump | ( | std::istream & | is | ) | [static] |
| const osl::hash::HashKey osl::hash::HashKey::readFromDump | ( | const std::string & | str | ) | [static] |
hashKey.cc の 39 行で定義されています。
1.6.3