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