![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiCommandLineUtils, including all inherited members.
ArgMode enum name | xiiCommandLineUtils | |
GetAbsolutePathOption(xiiStringView sOption, xiiUInt32 uiArgument=0, xiiStringView sDefault={}, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetBoolOption(xiiStringView sOption, bool bDefault=false, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetCommandLineArray() const | xiiCommandLineUtils | |
GetCommandLineString() const | xiiCommandLineUtils | |
GetFloatOption(xiiStringView sOption, double fDefault=0.0, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetGlobalInstance() | xiiCommandLineUtils | static |
GetIntOption(xiiStringView sOption, xiiInt32 iDefault=0, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetOptionIndex(xiiStringView sOption, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetParameter(xiiUInt32 uiParam) const | xiiCommandLineUtils | |
GetParameterCount() const | xiiCommandLineUtils | |
GetStringOption(xiiStringView sOption, xiiUInt32 uiArgument=0, xiiStringView sDefault={}, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetStringOptionArguments(xiiStringView sOption, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
GetUIntOption(xiiStringView sOption, xiiUInt32 uiDefault=0, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
HasOption(xiiStringView sOption, bool bCaseSensitive=false) const | xiiCommandLineUtils | |
InjectCustomArgument(xiiStringView sArgument) | xiiCommandLineUtils | |
PreferOsArgs enum value | xiiCommandLineUtils | |
SetCommandLine(xiiUInt32 uiArgc, const char **pArgv, ArgMode mode=UseArgcArgv) | xiiCommandLineUtils | |
SetCommandLine(xiiUInt32 uiArgc, char **pArgv, ArgMode mode=UseArgcArgv) | xiiCommandLineUtils | inline |
SetCommandLine(xiiArrayPtr< xiiString > commands) | xiiCommandLineUtils | |
SetCommandLine() | xiiCommandLineUtils | |
SplitCommandLineString(const char *szCommandString, bool bAddExecutableDir, xiiDynamicArray< xiiString > &out_args, xiiDynamicArray< const char * > &out_argsV) | xiiCommandLineUtils | static |
UseArgcArgv enum value | xiiCommandLineUtils |