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