#include <trainer_command.h>
rcsc::TrainerDoneCommandに対する継承グラフ
Public メソッド | |
TrainerDoneCommand () | |
constructor. nothing to do | |
Type | type () const |
get command type | |
std::ostream & | toStr (std::ostream &to) const |
put command string to ostream | |
std::string | name () const |
get command name |
Format: <- (done)
Type rcsc::TrainerDoneCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::TrainerDoneCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | referent to the output stream |
rcsc::TrainerCommandを実装しています。
std::string rcsc::TrainerDoneCommand::name | ( | ) | const [inline, virtual] |