![]() |
Plasma Engine
2.0
|
This is the complete list of members for plCommandLineUtils, including all inherited members.
ArgMode enum name | plCommandLineUtils | |
GetAbsolutePathOption(plStringView sOption, plUInt32 uiArgument=0, plStringView sDefault={}, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetBoolOption(plStringView sOption, bool bDefault=false, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetCommandLineArray() const | plCommandLineUtils | |
GetCommandLineString() const | plCommandLineUtils | |
GetFloatOption(plStringView sOption, double fDefault=0.0, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetGlobalInstance() | plCommandLineUtils | static |
GetIntOption(plStringView sOption, plInt32 iDefault=0, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetOptionIndex(plStringView sOption, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetParameter(plUInt32 uiParam) const | plCommandLineUtils | |
GetParameterCount() const | plCommandLineUtils | |
GetStringOption(plStringView sOption, plUInt32 uiArgument=0, plStringView sDefault={}, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetStringOptionArguments(plStringView sOption, bool bCaseSensitive=false) const | plCommandLineUtils | |
GetUIntOption(plStringView sOption, plUInt32 uiDefault=0, bool bCaseSensitive=false) const | plCommandLineUtils | |
HasOption(plStringView sOption, bool bCaseSensitive=false) const | plCommandLineUtils | |
InjectCustomArgument(plStringView sArgument) | plCommandLineUtils | |
PreferOsArgs enum value | plCommandLineUtils | |
SetCommandLine(plUInt32 uiArgc, const char **pArgv, ArgMode mode=UseArgcArgv) | plCommandLineUtils | |
SetCommandLine(plUInt32 uiArgc, char **pArgv, ArgMode mode=UseArgcArgv) | plCommandLineUtils | inline |
SetCommandLine(plArrayPtr< plString > commands) | plCommandLineUtils | |
SplitCommandLineString(const char *szCommandString, bool bAddExecutableDir, plDynamicArray< plString > &out_args, plDynamicArray< const char * > &out_argsV) | plCommandLineUtils | static |
UseArgcArgv enum value | plCommandLineUtils |