#include <pieceStandIO.h>
Static Public Member Functions | |
static std::ostream & | writeNumbers (std::ostream &, const PieceStand &stand) |
持駒の数を空白区切で出力する. | |
static std::istream & | readNumbers (std::istream &, PieceStand &stand) |
Definition at line 9 of file pieceStandIO.h.
std::istream & osl::PieceStandIO::readNumbers | ( | std::istream & | is, |
PieceStand & | stand | ||
) | [static] |
Definition at line 17 of file pieceStandIO.cc.
References osl::PieceStand::add(), and order.
std::ostream & osl::PieceStandIO::writeNumbers | ( | std::ostream & | os, |
const PieceStand & | stand | ||
) | [static] |
持駒の数を空白区切で出力する.
数値処理用途
Definition at line 9 of file pieceStandIO.cc.
References osl::PieceStand::get(), and order.