|
paludis
Version 1.4.0
|
Classes | |
| class | ArgsDumper |
| class | ArgsError |
| class | BadValue |
| class | MissingValue |
| class | ArgsGroup |
| class | ArgsHandler |
| class | ArgsOption |
| class | SwitchArg |
| class | StringArg |
| class | StringSetArg |
| class | StringSequenceArg |
| class | AliasArg |
| class | IntegerArg |
| struct | AllowedEnumArg |
| class | EnumArg |
| class | ArgsSection |
| class | ArgsVisitor |
| class | BadArgument |
| struct | DoHelp |
| class | LogLevelArg |
| class | DocWriter |
| class | AsciidocWriter |
Typedefs | |
|
typedef Options < ArgsHandlerOption > | ArgsHandlerOptions |
Enumerations | |
| enum | ArgsHandlerOption { aho_stop_on_first_parameter, aho_separate_after_dashes, last_dstpo } |
| enum | ArgsOptionSpecifiedness { aos_not, aos_weak, aos_specified } |
Functions | |
| std::ostream & | operator<< (std::ostream &, const ArgsHandlerOption &) PALUDIS_VISIBLE |
| std::istream & | operator>> (std::istream &, ArgsHandlerOption &) PALUDIS_VISIBLE |
| std::ostream & | operator<< (std::ostream &, const ArgsHandler &) PALUDIS_VISIBLE |
| const std::string | escape (const std::string &) PALUDIS_VISIBLE PALUDIS_ATTRIBUTE((warn_unused_result)) |
| void | generate_doc (DocWriter &dw, const ArgsHandler *const h) PALUDIS_VISIBLE |
Commandline argument handling.
| Enumerator | |
|---|---|
| aho_stop_on_first_parameter |
Stop on the first parameter encountered. |
| aho_separate_after_dashes |
|
| last_dstpo |
Number of keys in paludis::args::ArgsHandlerOption. |
| void paludis::args::generate_doc | ( | DocWriter & | dw, |
| const ArgsHandler *const | h | ||
| ) |
Write docs to an ostream.
| std::ostream& paludis::args::operator<< | ( | std::ostream & | , |
| const ArgsHandlerOption & | |||
| ) |
Write a ArgsHandlerOption to a stream.
| std::ostream& paludis::args::operator<< | ( | std::ostream & | , |
| const ArgsHandler & | |||
| ) |
Output an ArgsHandler to an ostream, for –help output.
| std::istream& paludis::args::operator>> | ( | std::istream & | , |
| ArgsHandlerOption & | |||
| ) |
Read a ArgsHandlerOption from a stream.
1.8.3.1