GameServer
|
GMコマンド解析 [詳解]
#include <GMCommandParser.h>
公開メンバ関数 | |
GMCommandParser (const std::string &InCommand) | |
コンストラクタ [詳解] | |
~GMCommandParser () | |
デストラクタ [詳解] | |
bool | IsCommand () const |
コマンドか? [詳解] | |
u8 | GetCommandType () const |
コマンドの種類を取得 [詳解] | |
std::vector< GMCommandArg > | GetArgList () const |
引数リストを取得 [詳解] | |
GMコマンド解析
GMCommandParser::GMCommandParser | ( | const std::string & | InCommand | ) |
コンストラクタ
[in] | InCommand | コマンド |
|
inline |
デストラクタ
std::vector< std::string > GMCommandParser::GetArgList | ( | ) | const |
引数リストを取得
u8 GMCommandParser::GetCommandType | ( | ) | const |
コマンドの種類を取得
|
inline |
コマンドか?