This is the complete list of members for MCore::CommandLine, including all inherited members.
CheckIfHasParameter(const char *paramName) const | MCore::CommandLine | |
CheckIfHasParameter(const AZStd::string ¶mName) const (defined in MCore::CommandLine) | MCore::CommandLine | |
CheckIfHasValue(const char *paramName) const | MCore::CommandLine | |
CommandLine()=default | MCore::CommandLine | |
CommandLine(const AZStd::string &commandLine) | MCore::CommandLine | explicit |
FindParameterIndex(const char *paramName) const | MCore::CommandLine | |
GetNumParameters() const | MCore::CommandLine | |
GetParameterName(size_t nr) const | MCore::CommandLine | |
GetParameterValue(size_t nr) const | MCore::CommandLine | |
GetValue(const char *paramName, const char *defaultValue, AZStd::string *outResult) const | MCore::CommandLine | |
GetValue(const char *paramName, const char *defaultValue, AZStd::string &outResult) const (defined in MCore::CommandLine) | MCore::CommandLine | |
GetValue(const char *paramName, Command *command, AZStd::string *outResult) const | MCore::CommandLine | |
GetValue(const char *paramName, Command *command, AZStd::string &outResult) const (defined in MCore::CommandLine) | MCore::CommandLine | |
GetValue(const char *paramName, Command *command) const (defined in MCore::CommandLine) | MCore::CommandLine | |
GetValueAsBool(const char *paramName, bool defaultValue) const | MCore::CommandLine | |
GetValueAsBool(const char *paramName, Command *command) const | MCore::CommandLine | |
GetValueAsFloat(const char *paramName, float defaultValue) const | MCore::CommandLine | |
GetValueAsFloat(const char *paramName, Command *command) const | MCore::CommandLine | |
GetValueAsInt(const char *paramName, int32 defaultValue) const | MCore::CommandLine | |
GetValueAsInt(const char *paramName, Command *command) const | MCore::CommandLine | |
GetValueAsVector3(const char *paramName, const AZ::Vector3 &defaultValue) const | MCore::CommandLine | |
GetValueAsVector3(const char *paramName, Command *command) const | MCore::CommandLine | |
GetValueAsVector4(const char *paramName, const AZ::Vector4 &defaultValue) const | MCore::CommandLine | |
GetValueAsVector4(const char *paramName, Command *command) const | MCore::CommandLine | |
GetValueIfExists(const char *paramName, Command *command) const (defined in MCore::CommandLine) | MCore::CommandLine | |
Log(const char *debugName="") const | MCore::CommandLine | |
SetCommandLine(const AZStd::string &commandLine) | MCore::CommandLine |