#include <player_command.h>
rcsc::PlayerCLangCommandに対する継承グラフ
Public メソッド | |
PlayerCLangCommand (const int min_version, const int max_version) | |
construct with version parameters | |
Type | type () const |
get command type | |
std::ostream & | toStr (std::ostream &to) const |
put command string to ostream | |
std::string | name () const |
get command paramter | |
int | minVer () const |
get clang command parameter | |
int | maxVer () const |
get clang command parameter |
Format: <- (clang (ver <min> <max>)) Response: -> (ok clang (ver <min> <max>))
rcsc::PlayerCLangCommand::PlayerCLangCommand | ( | const int | min_version, | |
const int | max_version | |||
) | [inline] |
construct with version parameters
min_version | minimal supported clang version | |
max_version | maximal supported clang version |
Type rcsc::PlayerCLangCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::PlayerCLangCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::PlayerSupportCommandを実装しています。
std::string rcsc::PlayerCLangCommand::name | ( | ) | const [inline, virtual] |
int rcsc::PlayerCLangCommand::minVer | ( | ) | const [inline] |
get clang command parameter
int rcsc::PlayerCLangCommand::maxVer | ( | ) | const [inline] |
get clang command parameter