|
wibble
1.1
|
#include <doc.h>


Public Member Functions | |
| Help (const std::string &app, const std::string &ver) | |
| void | outputVersion (std::ostream &out) |
| void | outputHelp (std::ostream &out, const Engine &cp) |
Public Member Functions inherited from wibble::commandline::DocMaker | |
| DocMaker (const std::string &app, const std::string &ver) | |
Protected Member Functions | |
| void | outputOptions (std::ostream &out, HelpWriter &writer, const Engine &cp) |
Additional Inherited Members | |
Protected Attributes inherited from wibble::commandline::DocMaker | |
| std::string | m_app |
| std::string | m_ver |
|
inline |
| void wibble::commandline::Help::outputHelp | ( | std::ostream & | out, |
| const Engine & | cp | ||
| ) |
References wibble::commandline::Engine::aliases, wibble::commandline::Engine::commands(), wibble::commandline::Engine::description, wibble::commandline::Engine::hasOptions(), wibble::commandline::Engine::primaryAlias, and wibble::commandline::Engine::usage.
Referenced by wibble::commandline::StandardParser::outputHelp(), and wibble::commandline::StandardParserWithMandatoryCommand::parse().
|
protected |
| void wibble::commandline::Help::outputVersion | ( | std::ostream & | out | ) |
Referenced by wibble::commandline::StandardParser::parse().
1.8.7