#include <monitor_command.h>
rcsc::MonitorByeCommandに対する継承グラフ
Public メソッド | |
MonitorByeCommand () | |
default constructor does nothing | |
Type | type () const |
get command type id | |
std::ostream & | toStr (std::ostream &to) const |
put command string to the output stream | |
std::string | name () const |
get command name string |
Type rcsc::MonitorByeCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::MonitorByeCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to the output stream
to | referenct to the toutput stream |
rcsc::MonitorCommandを実装しています。
std::string rcsc::MonitorByeCommand::name | ( | ) | const [inline, virtual] |