Nebula
Loading...
Searching...
No Matches
Util::CommandLineArgs Member List

This is the complete list of members for Util::CommandLineArgs, including all inherited members.

AppendCommandString(const CommandLineArgs &otherArgs)Util::CommandLineArgs
argsUtil::CommandLineArgsprivate
CommandLineArgs()Util::CommandLineArgs
CommandLineArgs(const String &cmdLine)Util::CommandLineArgs
CommandLineArgs(int argc, const char **argv)Util::CommandLineArgs
Error(const String &argName) constUtil::CommandLineArgsprivate
FindArgIndex(const String &argName, const IndexT start=0) constUtil::CommandLineArgsprivate
GetBool(const String &name, bool defaultValue=false) constUtil::CommandLineArgs
GetBoolAtIndex(IndexT index) constUtil::CommandLineArgs
GetBoolFlag(const String &name) constUtil::CommandLineArgs
GetBools(const String &name, bool defaultValue=false) constUtil::CommandLineArgs
GetCmdName() constUtil::CommandLineArgs
GetFloat(const String &name, float defaultValue=0.0f) constUtil::CommandLineArgs
GetFloatAtIndex(IndexT index) constUtil::CommandLineArgs
GetFloats(const String &name, float defaultValue=0.0f) constUtil::CommandLineArgs
GetInt(const String &name, int defaultValue=0) constUtil::CommandLineArgs
GetIntAtIndex(IndexT index) constUtil::CommandLineArgs
GetInts(const String &name, int defaultValue=0) constUtil::CommandLineArgs
GetMat4(const String &name, const Math::mat4 &defaultValue=Math::mat4()) constUtil::CommandLineArgs
GetMat4AtIndex(IndexT index) constUtil::CommandLineArgs
GetMat4s(const String &name, const Math::mat4 &defaultValue=Math::mat4()) constUtil::CommandLineArgs
GetNumArgs() constUtil::CommandLineArgs
GetString(const String &name, const String &defaultValue="") constUtil::CommandLineArgs
GetStringAtIndex(IndexT index) constUtil::CommandLineArgs
GetStrings(const String &name, const String &defaultValue="") constUtil::CommandLineArgs
GetVec4(const String &name, const Math::vec4 &defaultValue=Math::vec4()) constUtil::CommandLineArgs
GetVec4AtIndex(IndexT index) constUtil::CommandLineArgs
GetVec4s(const String &name, const Math::vec4 &defaultValue=Math::vec4()) constUtil::CommandLineArgs
HasArg(const String &arg, const IndexT start=0) constUtil::CommandLineArgs
IsEmpty() constUtil::CommandLineArgsinline