wibble  1.1
Classes | Public Types | Public Member Functions | List of all members
wibble::commandline::Manpage Class Reference

#include <doc.h>

Inheritance diagram for wibble::commandline::Manpage:
Inheritance graph
[legend]
Collaboration diagram for wibble::commandline::Manpage:
Collaboration graph
[legend]

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 &section, where placement, const std::string &text)
 
void readHooks (const std::string &file)
 
void output (std::ostream &out, const Engine &cp)
 
- Public Member Functions inherited from wibble::commandline::DocMaker
 DocMaker (const std::string &app, const std::string &ver)
 

Additional Inherited Members

- Protected Attributes inherited from wibble::commandline::DocMaker
std::string m_app
 
std::string m_ver
 

Member Enumeration Documentation

Enumerator
BEFORE 
BEGINNING 
END 

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: