#include <coach_command.h>
rcsc::CoachTeamNamesCommandに対する継承グラフ
Public メソッド | |
CoachTeamNamesCommand () | |
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: <- (team_names) Response; -> (ok team_names (team l TEAM_NAME) (team r TEAM_NAME))
rcsc::CoachTeamNamesCommand::CoachTeamNamesCommand | ( | ) | [inline] |
constructor. nothing to do
Type rcsc::CoachTeamNamesCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::CoachTeamNamesCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::CoachCommandを実装しています。
std::string rcsc::CoachTeamNamesCommand::name | ( | ) | const [inline, virtual] |