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.
CommandLineParser Member List

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

addOption(const std::string &option, const std::string &id)CommandLineParserinline
addOption(const std::string &option, const std::string &id, const T &defaultValue)CommandLineParserinline
CommandLineParser()CommandLineParserinline
errorLog (defined in CommandLineParser)CommandLineParserprotected
get(const std::string &id, T &value)CommandLineParserinline
getNumOptions() const CommandLineParserinline
getOptionParsed(const std::string &id)CommandLineParserinline
getValidId(const std::string &id)CommandLineParserinline
infoLog (defined in CommandLineParser)CommandLineParserprotected
optionsCommandLineParserprotected
parse(const int argc, char *argv[])CommandLineParserinline
parsedCommandLineParserprotected
resultsCommandLineParserprotected
setErrorLoggingEnabled(const bool loggingEnabled)CommandLineParserinline
setInfoLoggingEnabled(const bool loggingEnabled)CommandLineParserinline
setWarningLoggingEnabled(const bool loggingEnabled)CommandLineParserinline
toString(const T &value) (defined in CommandLineParser)CommandLineParserinlineprotected
warningLog (defined in CommandLineParser)CommandLineParserprotected
~CommandLineParser()CommandLineParserinlinevirtual