GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::CommandLineParser Class Reference

Public Member Functions

 CommandLineParser ()
 
 ~CommandLineParser ()
 
bool addOption (const std::string option, const std::string destination)
 
bool parse (const int argc, const char *argv[])
 
template<class T >
bool get (const std::string destination, T &option, T defaultValue=T())
 

Public Attributes

InfoLog infoLog
 
WarningLog warningLog
 
ErrorLog errorLog
 
std::map< std::string, std::string > options
 
std::map< std::string, std::string > results
 

Detailed Description

Definition at line 41 of file CommandLineParser.h.

Constructor & Destructor Documentation

GRT::CommandLineParser::CommandLineParser ( )
inline

Default constructor.

Definition at line 46 of file CommandLineParser.h.

GRT::CommandLineParser::~CommandLineParser ( )
inline

Default destructor.

Definition at line 51 of file CommandLineParser.h.


The documentation for this class was generated from the following file: