XII Release 0.1.0
Loading...
Searching...
No Matches
xiiCommandLineUtils Member List

This is the complete list of members for xiiCommandLineUtils, including all inherited members.

ArgMode enum namexiiCommandLineUtils
GetAbsolutePathOption(xiiStringView sOption, xiiUInt32 uiArgument=0, xiiStringView sDefault={}, bool bCaseSensitive=false) constxiiCommandLineUtils
GetBoolOption(xiiStringView sOption, bool bDefault=false, bool bCaseSensitive=false) constxiiCommandLineUtils
GetCommandLineArray() constxiiCommandLineUtils
GetCommandLineString() constxiiCommandLineUtils
GetFloatOption(xiiStringView sOption, double fDefault=0.0, bool bCaseSensitive=false) constxiiCommandLineUtils
GetGlobalInstance()xiiCommandLineUtilsstatic
GetIntOption(xiiStringView sOption, xiiInt32 iDefault=0, bool bCaseSensitive=false) constxiiCommandLineUtils
GetOptionIndex(xiiStringView sOption, bool bCaseSensitive=false) constxiiCommandLineUtils
GetParameter(xiiUInt32 uiParam) constxiiCommandLineUtils
GetParameterCount() constxiiCommandLineUtils
GetStringOption(xiiStringView sOption, xiiUInt32 uiArgument=0, xiiStringView sDefault={}, bool bCaseSensitive=false) constxiiCommandLineUtils
GetStringOptionArguments(xiiStringView sOption, bool bCaseSensitive=false) constxiiCommandLineUtils
GetUIntOption(xiiStringView sOption, xiiUInt32 uiDefault=0, bool bCaseSensitive=false) constxiiCommandLineUtils
HasOption(xiiStringView sOption, bool bCaseSensitive=false) constxiiCommandLineUtils
InjectCustomArgument(xiiStringView sArgument)xiiCommandLineUtils
PreferOsArgs enum valuexiiCommandLineUtils
SetCommandLine(xiiUInt32 uiArgc, const char **pArgv, ArgMode mode=UseArgcArgv)xiiCommandLineUtils
SetCommandLine(xiiUInt32 uiArgc, char **pArgv, ArgMode mode=UseArgcArgv)xiiCommandLineUtilsinline
SetCommandLine(xiiArrayPtr< xiiString > commands)xiiCommandLineUtils
SetCommandLine()xiiCommandLineUtils
SplitCommandLineString(const char *szCommandString, bool bAddExecutableDir, xiiDynamicArray< xiiString > &out_args, xiiDynamicArray< const char * > &out_argsV)xiiCommandLineUtilsstatic
UseArgcArgv enum valuexiiCommandLineUtils