Functions
osl::record::myshogi Namespace Reference

Functions

std::string show (const NumEffectState &state)
std::string show (const NumEffectState &state, Move last_move, const NumEffectState &prev, bool add_csa_move=false)
std::string show (Player)
std::string show (Ptype)
std::string show (Square)
std::string show (Piece)

Function Documentation

std::string osl::record::myshogi::show ( const NumEffectState &  state)
std::string osl::record::myshogi::show ( Piece  p)
std::string osl::record::myshogi::show ( Square  p)

Definition at line 62 of file myshogi.cc.

References osl::Square::x(), and osl::Square::y().

std::string osl::record::myshogi::show ( Ptype  p)

Definition at line 50 of file myshogi.cc.

std::string osl::record::myshogi::show ( Player  p)

Definition at line 80 of file myshogi.cc.

References osl::BLACK.

std::string osl::record::myshogi::show ( const NumEffectState &  state,
Move  last_move,
const NumEffectState &  prev,
bool  add_csa_move = false 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines