#include <Commandline.h>
Public Types | |
enum | where { BEFORE, BEGINNING, END } |
Public Member Functions | |
Manpage (const std::string &app, const std::string &ver) | |
void | addHook (const std::string §ion, where placement, const std::string &text) |
void | readHooks (const std::string &file) |
void | output (std::ostream &out, const CommandParser &cp, int section) |
void | output (std::ostream &out, const OptionParser &cp, int section) |
Classes | |
struct | Hook |
Tagcoll::commandline::Manpage::Manpage | ( | const std::string & | app, | |
const std::string & | ver | |||
) | [inline] |
void Tagcoll::commandline::Manpage::addHook | ( | const std::string & | section, | |
where | placement, | |||
const std::string & | text | |||
) | [inline] |
void Tagcoll::commandline::Manpage::readHooks | ( | const std::string & | file | ) |
void Tagcoll::commandline::Manpage::output | ( | std::ostream & | out, | |
const CommandParser & | cp, | |||
int | section | |||
) |
void Tagcoll::commandline::Manpage::output | ( | std::ostream & | out, | |
const OptionParser & | cp, | |||
int | section | |||
) |