#include <args_option.hh>

Iterate over our args. | |
|
typedef WrappedForwardIterator < ConstIteratorTag, const std::string > | ConstIterator |
| ConstIterator | begin_args () const |
| ConstIterator | end_args () const |
Basic operations | |
| StringSequenceArg (ArgsGroup *const, const std::string &long_name, const char short_name, const std::string &description) | |
| ~StringSequenceArg () | |
Public Member Functions | |
| void | add_argument (const std::string &arg) |
| virtual bool | can_be_negated () const |
| void paludis::args::StringSequenceArg::add_argument | ( | const std::string & | arg | ) |
Add an argument to the set.
| virtual bool paludis::args::StringSequenceArg::can_be_negated | ( | ) | const [virtual] |
1.5.7.1