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