#include <options.h>
Protected Member Functions | |
| IntOption (const std::string &name) | |
| IntOption (const std::string &name, char shortName, const std::string &longName, const std::string &usage=std::string(), const std::string &description=std::string()) | |
Friends | |
| class | OptionGroup |
| class | Engine |
| wibble::commandline::IntOption::IntOption | ( | const std::string & | name | ) | [inline, protected] |
References wibble::commandline::SingleOption< T >::m_value.
| wibble::commandline::IntOption::IntOption | ( | const std::string & | name, | |
| char | shortName, | |||
| const std::string & | longName, | |||
| const std::string & | usage = std::string(), |
|||
| const std::string & | description = std::string() | |||
| ) | [inline, protected] |
References wibble::commandline::SingleOption< T >::m_value.
friend class OptionGroup [friend] |
Reimplemented from wibble::commandline::SingleOption< T >.
friend class Engine [friend] |
Reimplemented from wibble::commandline::SingleOption< T >.
1.5.6