Plasma Engine  2.0
Loading...
Searching...
No Matches
plCommandLineUtils Member List

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

ArgMode enum nameplCommandLineUtils
GetAbsolutePathOption(plStringView sOption, plUInt32 uiArgument=0, plStringView sDefault={}, bool bCaseSensitive=false) constplCommandLineUtils
GetBoolOption(plStringView sOption, bool bDefault=false, bool bCaseSensitive=false) constplCommandLineUtils
GetCommandLineArray() constplCommandLineUtils
GetCommandLineString() constplCommandLineUtils
GetFloatOption(plStringView sOption, double fDefault=0.0, bool bCaseSensitive=false) constplCommandLineUtils
GetGlobalInstance()plCommandLineUtilsstatic
GetIntOption(plStringView sOption, plInt32 iDefault=0, bool bCaseSensitive=false) constplCommandLineUtils
GetOptionIndex(plStringView sOption, bool bCaseSensitive=false) constplCommandLineUtils
GetParameter(plUInt32 uiParam) constplCommandLineUtils
GetParameterCount() constplCommandLineUtils
GetStringOption(plStringView sOption, plUInt32 uiArgument=0, plStringView sDefault={}, bool bCaseSensitive=false) constplCommandLineUtils
GetStringOptionArguments(plStringView sOption, bool bCaseSensitive=false) constplCommandLineUtils
GetUIntOption(plStringView sOption, plUInt32 uiDefault=0, bool bCaseSensitive=false) constplCommandLineUtils
HasOption(plStringView sOption, bool bCaseSensitive=false) constplCommandLineUtils
InjectCustomArgument(plStringView sArgument)plCommandLineUtils
PreferOsArgs enum valueplCommandLineUtils
SetCommandLine(plUInt32 uiArgc, const char **pArgv, ArgMode mode=UseArgcArgv)plCommandLineUtils
SetCommandLine(plUInt32 uiArgc, char **pArgv, ArgMode mode=UseArgcArgv)plCommandLineUtilsinline
SetCommandLine(plArrayPtr< plString > commands)plCommandLineUtils
SplitCommandLineString(const char *szCommandString, bool bAddExecutableDir, plDynamicArray< plString > &out_args, plDynamicArray< const char * > &out_argsV)plCommandLineUtilsstatic
UseArgcArgv enum valueplCommandLineUtils