#include <coach_command.h>
rcsc::CoachSayCommandに対する継承グラフ
Public メソッド | |
CoachSayCommand (const std::string &clang_msg) | |
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 <msg>) Response: -> (ok say) -> (error could_not_parse_say) -> (error said_too_many_****_messages) -> (warning cannot_say_while_playon) [only v7-]
rcsc::CoachSayCommand::CoachSayCommand | ( | const std::string & | clang_msg | ) | [inline, explicit] |
construct with message string.
clang_msg | reference to the clang message instance |
Type rcsc::CoachSayCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::CoachSayCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::CoachCommandを実装しています。
std::string rcsc::CoachSayCommand::name | ( | ) | const [inline, virtual] |