#include <doc.h>
List of all members.
Classes |
struct | Hook |
Public Types |
enum | where { BEFORE,
BEGINNING,
END
} |
Public Member Functions |
| Manpage (const std::string &app, const std::string &ver, int section, const std::string &author) |
void | addHook (const std::string §ion, where placement, const std::string &text) |
void | readHooks (const std::string &file) |
void | output (std::ostream &out, const Engine &cp) |
Member Enumeration Documentation
Constructor & Destructor Documentation
wibble::commandline::Manpage::Manpage |
( |
const std::string & |
app, |
|
|
const std::string & |
ver, |
|
|
int |
section, |
|
|
const std::string & |
author |
|
) |
| [inline] |
Member Function Documentation
void wibble::commandline::Manpage::addHook |
( |
const std::string & |
section, |
|
|
where |
placement, |
|
|
const std::string & |
text |
|
) |
| [inline] |
void wibble::commandline::Manpage::output |
( |
std::ostream & |
out, |
|
|
const Engine & |
cp |
|
) |
| |
void wibble::commandline::Manpage::readHooks |
( |
const std::string & |
file | ) |
|
The documentation for this class was generated from the following files: