#include <args_option.hh>

Public Member Functions | |
| IntegerArg (ArgsGroup *const, const std::string &long_name, const char short_name, const std::string &description) | |
| int | argument () const |
| void | set_argument (const int arg) |
| virtual bool | can_be_negated () const |
| paludis::args::IntegerArg::IntegerArg | ( | ArgsGroup * | const, | |
| const std::string & | long_name, | |||
| const char | short_name, | |||
| const std::string & | description | |||
| ) |
Constructor
| int paludis::args::IntegerArg::argument | ( | ) | const [inline] |
Fetch the argument that was given to this option.
| virtual bool paludis::args::IntegerArg::can_be_negated | ( | ) | const [virtual] |
| void paludis::args::IntegerArg::set_argument | ( | const int | arg | ) | [inline] |
Set the argument returned by argument().
1.5.7.1