doom3-gpl
Doom 3 GPL source release
|
#include <CmdArgs.h>
Public Member Functions | |
idCmdArgs (void) | |
idCmdArgs (const char *text, bool keepAsStrings) | |
void | operator= (const idCmdArgs &args) |
int | Argc (void) const |
const char * | Argv (int arg) const |
const char * | Args (int start=1, int end=-1, bool escapeArgs=false) const |
void | TokenizeString (const char *text, bool keepAsStrings) |
void | AppendArg (const char *text) |
void | Clear (void) |
const char ** | GetArgs (int *argc) |
Private Attributes | |
int | argc |
char * | argv [MAX_COMMAND_ARGS] |
char | tokenized [MAX_COMMAND_STRING] |
Static Private Attributes | |
static const int | MAX_COMMAND_ARGS = 64 |
static const int | MAX_COMMAND_STRING = 2 * MAX_STRING_CHARS |
Definition at line 177 of file CmdArgs.cpp.
Definition at line 52 of file CmdArgs.cpp.
Definition at line 194 of file CmdArgs.cpp.
Definition at line 37 of file CmdArgs.cpp.
Definition at line 106 of file CmdArgs.cpp.
|
private |
|
staticprivate |
|
private |