#include <trainer_command.h>
rcsc::TrainerRecoverCommandに対する継承グラフ
Public メソッド | |
TrainerRecoverCommand () | |
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: <- (recover) Response: -> (ok recover)
Type rcsc::TrainerRecoverCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::TrainerRecoverCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | referent to the output stream |
rcsc::TrainerCommandを実装しています。
std::string rcsc::TrainerRecoverCommand::name | ( | ) | const [inline, virtual] |