#include <pieceStand.h>
Static Public Member Functions | |
static std::ostream & | writeNumbers (std::ostream &, const PieceStand &stand) |
持駒の数を空白区切で出力する. More... | |
static std::istream & | readNumbers (std::istream &, PieceStand &stand) |
Definition at line 270 of file bits/pieceStand.h.
|
static |
Definition at line 97 of file pieceStand.cc.
References osl::PieceStand::add(), and osl::PieceStand::PieceStand().
Referenced by writeNumbers().
|
static |
持駒の数を空白区切で出力する.
数値処理用途
Definition at line 89 of file pieceStand.cc.
References osl::PieceStand::get(), and readNumbers().
Referenced by osl::operator<<().