|
Nebula
|
This is the complete list of members for Util::CommandLineArgs, including all inherited members.
| AppendCommandString(const CommandLineArgs &otherArgs) | Util::CommandLineArgs | |
| args | Util::CommandLineArgs | private |
| CommandLineArgs() | Util::CommandLineArgs | |
| CommandLineArgs(const String &cmdLine) | Util::CommandLineArgs | |
| CommandLineArgs(int argc, const char **argv) | Util::CommandLineArgs | |
| Error(const String &argName) const | Util::CommandLineArgs | private |
| FindArgIndex(const String &argName, const IndexT start=0) const | Util::CommandLineArgs | private |
| GetBool(const String &name, bool defaultValue=false) const | Util::CommandLineArgs | |
| GetBoolAtIndex(IndexT index) const | Util::CommandLineArgs | |
| GetBoolFlag(const String &name) const | Util::CommandLineArgs | |
| GetBools(const String &name, bool defaultValue=false) const | Util::CommandLineArgs | |
| GetCmdName() const | Util::CommandLineArgs | |
| GetFloat(const String &name, float defaultValue=0.0f) const | Util::CommandLineArgs | |
| GetFloatAtIndex(IndexT index) const | Util::CommandLineArgs | |
| GetFloats(const String &name, float defaultValue=0.0f) const | Util::CommandLineArgs | |
| GetInt(const String &name, int defaultValue=0) const | Util::CommandLineArgs | |
| GetIntAtIndex(IndexT index) const | Util::CommandLineArgs | |
| GetInts(const String &name, int defaultValue=0) const | Util::CommandLineArgs | |
| GetMat4(const String &name, const Math::mat4 &defaultValue=Math::mat4()) const | Util::CommandLineArgs | |
| GetMat4AtIndex(IndexT index) const | Util::CommandLineArgs | |
| GetMat4s(const String &name, const Math::mat4 &defaultValue=Math::mat4()) const | Util::CommandLineArgs | |
| GetNumArgs() const | Util::CommandLineArgs | |
| GetPairs() const | Util::CommandLineArgs | inline |
| GetString(const String &name, const String &defaultValue="") const | Util::CommandLineArgs | |
| GetStringAtIndex(IndexT index) const | Util::CommandLineArgs | |
| GetStrings(const String &name, const String &defaultValue="") const | Util::CommandLineArgs | |
| GetVec4(const String &name, const Math::vec4 &defaultValue=Math::vec4()) const | Util::CommandLineArgs | |
| GetVec4AtIndex(IndexT index) const | Util::CommandLineArgs | |
| GetVec4s(const String &name, const Math::vec4 &defaultValue=Math::vec4()) const | Util::CommandLineArgs | |
| HasArg(const String &arg, const IndexT start=0) const | Util::CommandLineArgs | |
| IsEmpty() const | Util::CommandLineArgs | inline |
| keyPairs | Util::CommandLineArgs | private |
| ParseIntoGroups(const Array< String > &Tokenized) | Util::CommandLineArgs | private |