6 #ifndef __GMCOMMANDPARSER_H__ 7 #define __GMCOMMANDPARSER_H__ 36 bool IsCommand()
const {
return (Command.length() > 1 && Command[0] ==
'#'); }
59 #endif // #ifndef __GMCOMMANDPARSER_H___ unsigned char u8
Definition: TypeDefs.h:6
bool IsCommand() const
コマンドか?
Definition: GMCommandParser.h:36
~GMCommandParser()
デストラクタ
Definition: GMCommandParser.h:29
GMコマンド解析
Definition: GMCommandParser.h:15
u8 GetCommandType() const
コマンドの種類を取得
Definition: GMCommandParser.cpp:20
std::vector< GMCommandArg > GetArgList() const
引数リストを取得
Definition: GMCommandParser.cpp:46
GMCommandParser(const std::string &InCommand)
コンストラクタ
Definition: GMCommandParser.cpp:14