#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] |
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] |
friend class Engine [friend] |
Reimplemented from wibble::commandline::SingleOption< Int >.
friend class OptionGroup [friend] |
Reimplemented from wibble::commandline::SingleOption< Int >.