My Project
|
#include <pieceStand.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 270 of file bits/pieceStand.h.
|
static |
Definition at line 96 of file pieceStand.cc.
References osl::PieceStand::add(), and osl::PieceStand::order.
|
static |
持駒の数を空白区切で出力する.
数値処理用途
Definition at line 88 of file pieceStand.cc.
References osl::PieceStand::get(), and osl::PieceStand::order.