#include <pieceStandIO.h>
Static Public メソッド | |
static std::ostream & | writeNumbers (std::ostream &, const PieceStand &stand) |
持駒の数を空白区切で出力する. | |
static std::istream & | readNumbers (std::istream &, PieceStand &stand) |
pieceStandIO.h の 9 行で定義されています。
std::istream & osl::PieceStandIO::readNumbers | ( | std::istream & | is, | |
PieceStand & | stand | |||
) | [static] |
pieceStandIO.cc の 17 行で定義されています。
std::ostream & osl::PieceStandIO::writeNumbers | ( | std::ostream & | os, | |
const PieceStand & | stand | |||
) | [static] |