ezEngine  Release 25.03
ezCommandLineUtils Member List

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

ArgMode enum nameezCommandLineUtils
GetAbsolutePathOption(ezStringView sOption, ezUInt32 uiArgument=0, ezStringView sDefault={}, bool bCaseSensitive=false) constezCommandLineUtils
GetBoolOption(ezStringView sOption, bool bDefault=false, bool bCaseSensitive=false) constezCommandLineUtils
GetCommandLineArray() constezCommandLineUtils
GetCommandLineString() constezCommandLineUtils
GetFloatOption(ezStringView sOption, double fDefault=0.0, bool bCaseSensitive=false) constezCommandLineUtils
GetGlobalInstance()ezCommandLineUtilsstatic
GetIntOption(ezStringView sOption, ezInt32 iDefault=0, bool bCaseSensitive=false) constezCommandLineUtils
GetOptionIndex(ezStringView sOption, bool bCaseSensitive=false) constezCommandLineUtils
GetParameter(ezUInt32 uiParam) constezCommandLineUtils
GetParameterCount() constezCommandLineUtils
GetStringOption(ezStringView sOption, ezUInt32 uiArgument=0, ezStringView sDefault={}, bool bCaseSensitive=false) constezCommandLineUtils
GetStringOptionArguments(ezStringView sOption, bool bCaseSensitive=false) constezCommandLineUtils
GetUIntOption(ezStringView sOption, ezUInt32 uiDefault=0, bool bCaseSensitive=false) constezCommandLineUtils
HasOption(ezStringView sOption, bool bCaseSensitive=false) constezCommandLineUtils
InjectCustomArgument(ezStringView sArgument)ezCommandLineUtils
PreferOsArgs enum valueezCommandLineUtils
SetCommandLine(ezUInt32 uiArgc, const char **pArgv, ArgMode mode=UseArgcArgv)ezCommandLineUtils
SetCommandLine(ezUInt32 uiArgc, char **pArgv, ArgMode mode=UseArgcArgv)ezCommandLineUtilsinline
SetCommandLine(ezArrayPtr< ezString > commands)ezCommandLineUtils
SplitCommandLineString(const char *szCommandString, bool bAddExecutableDir, ezDynamicArray< ezString > &out_args, ezDynamicArray< const char * > &out_argsV)ezCommandLineUtilsstatic
UseArgcArgv enum valueezCommandLineUtils