#include <args_option.hh>

Public Member Functions | |
| SwitchArg (ArgsGroup *const group, std::string long_name, char short_name, std::string description, const bool can_be_negated) | |
| SwitchArg (ArgsGroup *const group, std::string long_name, char short_name, std::string description) PALUDIS_ATTRIBUTE((deprecated)) | |
| virtual bool | can_be_negated () const |
| paludis::args::SwitchArg::SwitchArg | ( | ArgsGroup *const | group, | |
| std::string | long_name, | |||
| char | short_name, | |||
| std::string | description, | |||
| const bool | can_be_negated | |||
| ) |
Constructor.
| paludis::args::SwitchArg::SwitchArg | ( | ArgsGroup *const | group, | |
| std::string | long_name, | |||
| char | short_name, | |||
| std::string | description | |||
| ) |
| virtual bool paludis::args::SwitchArg::can_be_negated | ( | ) | const [virtual] |
1.5.7.1