#include <monitor_command.h>
rcsc::MonitorDiscardPlayerCommandに対する継承グラフ
Public メソッド | |
MonitorDiscardPlayerCommand (const SideID side, const int unum) | |
construct with all info | |
Type | type () const |
get command type id | |
std::ostream & | toStr (std::ostream &to) const |
put command string to the output stream | |
std::string | name () const |
get command name string |
rcsc::MonitorDiscardPlayerCommand::MonitorDiscardPlayerCommand | ( | const SideID | side, | |
const int | unum | |||
) |
construct with all info
side | target player's side id | |
unum | target player's uniform number |
Type rcsc::MonitorDiscardPlayerCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::MonitorDiscardPlayerCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to the output stream
to | referenct to the toutput stream |
rcsc::MonitorCommandを実装しています。
std::string rcsc::MonitorDiscardPlayerCommand::name | ( | ) | const [inline, virtual] |