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