#include <pathEncoding.h>
Public Member Functions | |
PathEncoding (int d=0) | |
PathEncoding (Player turn, int d=0) | |
PathEncoding (const PathEncoding &org, Move m) | |
Player | turn () const |
void | pushMove (Move m) |
void | popMove (Move m) |
unsigned long long | getPath () const |
int | getDepth () const |
Private Attributes | |
unsigned long long | path |
int | depth |
Definition at line 39 of file pathEncoding.h.
|
inlineexplicit |
Definition at line 44 of file pathEncoding.h.
|
inlineexplicit |
Definition at line 47 of file pathEncoding.h.
|
inline |
Definition at line 51 of file pathEncoding.h.
|
inline |
Definition at line 70 of file pathEncoding.h.
Referenced by osl::checkmate::Dfpn::defense(), and osl::operator<<().
|
inline |
Definition at line 69 of file pathEncoding.h.
Referenced by osl::operator<<(), and osl::operator==().
|
inline |
Definition at line 63 of file pathEncoding.h.
References osl::PathEncodingTable::get(), and osl::Move::player().
|
inline |
Definition at line 57 of file pathEncoding.h.
References osl::PathEncodingTable::get(), and osl::Move::player().
Referenced by osl::checkmate::Dfpn::analyze(), osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::blockingSimulation(), osl::checkmate::Dfpn::defense(), osl::record::CheckDuplicate::getLastState(), osl::checkmate::Dfpn::grandParentSimulation(), osl::checkmate::Dfpn::Node::newPath(), and osl::checkmate::Dfpn::proofOracleAttack().
|
inline |
Definition at line 56 of file pathEncoding.h.
References osl::BLACK, and osl::WHITE.
|
private |
Definition at line 42 of file pathEncoding.h.
|
private |
Definition at line 41 of file pathEncoding.h.