![]() |
GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
This is the complete list of members for CommandLineParser, including all inherited members.
| addOption(const std::string &option, const std::string &id) | CommandLineParser | inline |
| addOption(const std::string &option, const std::string &id, const T &defaultValue) | CommandLineParser | inline |
| CommandLineParser() | CommandLineParser | inline |
| errorLog (defined in CommandLineParser) | CommandLineParser | protected |
| get(const std::string &id, T &value) | CommandLineParser | inline |
| getNumOptions() const | CommandLineParser | inline |
| getOptionParsed(const std::string &id) | CommandLineParser | inline |
| getValidId(const std::string &id) | CommandLineParser | inline |
| infoLog (defined in CommandLineParser) | CommandLineParser | protected |
| options | CommandLineParser | protected |
| parse(const int argc, char *argv[]) | CommandLineParser | inline |
| parsed | CommandLineParser | protected |
| results | CommandLineParser | protected |
| setErrorLoggingEnabled(const bool loggingEnabled) | CommandLineParser | inline |
| setInfoLoggingEnabled(const bool loggingEnabled) | CommandLineParser | inline |
| setWarningLoggingEnabled(const bool loggingEnabled) | CommandLineParser | inline |
| toString(const T &value) (defined in CommandLineParser) | CommandLineParser | inlineprotected |
| warningLog (defined in CommandLineParser) | CommandLineParser | protected |
| ~CommandLineParser() | CommandLineParser | inlinevirtual |