#include <trainer_command.h>
rcsc::TrainerLookCommandに対する継承グラフ
Public メソッド | |
TrainerLookCommand () | |
constructor. nothing to do | |
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: <- (look) Response: -> (ok look TIME GOAL_INFO BALL_INFO PLAYER_INFO ...)
Type rcsc::TrainerLookCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::TrainerLookCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | referent to the output stream |
rcsc::TrainerCommandを実装しています。
std::string rcsc::TrainerLookCommand::name | ( | ) | const [inline, virtual] |