tclap
1.2.2
|
A class that generates DocBook output for usage() method for the given CmdLine and its Args. More...
#include <DocBookOutput.h>
Public Member Functions | |
virtual void | usage (CmdLineInterface &c) |
Prints the usage to stdout. More... | |
virtual void | version (CmdLineInterface &c) |
Prints the version to stdout. More... | |
virtual void | failure (CmdLineInterface &c, ArgException &e) |
Prints (to stderr) an error message, short usage Can be overridden to produce alternative behavior. More... | |
DocBookOutput () | |
![]() | |
virtual | ~CmdLineOutput () |
Virtual destructor. More... | |
Protected Member Functions | |
void | substituteSpecialChars (std::string &s, char r, std::string &x) |
Substitutes the char r for string x in string s. More... | |
void | removeChar (std::string &s, char r) |
void | basename (std::string &s) |
void | printShortArg (Arg *it) |
void | printLongArg (Arg *it) |
Protected Attributes | |
char | theDelimiter |
A class that generates DocBook output for usage() method for the given CmdLine and its Args.
Definition at line 44 of file DocBookOutput.h.
|
inline |
Definition at line 72 of file DocBookOutput.h.
References basename(), printLongArg(), printShortArg(), removeChar(), and substituteSpecialChars().
|
inlineprotected |
Definition at line 205 of file DocBookOutput.h.
Referenced by DocBookOutput(), and usage().
|
inlinevirtual |
Prints (to stderr) an error message, short usage Can be overridden to produce alternative behavior.
c | - The CmdLine object the output is generated for. |
e | - The ArgException that caused the failure. |
Implements TCLAP::CmdLineOutput.
Definition at line 176 of file DocBookOutput.h.
References TCLAP::ArgException::what().
|
inlineprotected |
Definition at line 255 of file DocBookOutput.h.
Referenced by DocBookOutput(), and usage().
|
inlineprotected |
Definition at line 214 of file DocBookOutput.h.
References TCLAP::Arg::acceptsMultipleValues(), TCLAP::Arg::isRequired(), removeChar(), TCLAP::Arg::shortID(), and substituteSpecialChars().
Referenced by DocBookOutput(), and usage().
|
inlineprotected |
Definition at line 196 of file DocBookOutput.h.
Referenced by DocBookOutput(), and printShortArg().
|
inlineprotected |
Substitutes the char r for string x in string s.
s | - The string to operate on. |
r | - The char to replace. |
x | - What to replace r with. |
Definition at line 184 of file DocBookOutput.h.
Referenced by DocBookOutput(), and printShortArg().
|
inlinevirtual |
Prints the usage to stdout.
Can be overridden to produce alternative behavior.
c | - The CmdLine object the output is generated for. |
Implements TCLAP::CmdLineOutput.
Definition at line 97 of file DocBookOutput.h.
References basename(), TCLAP::XorHandler::contains(), TCLAP::CmdLineInterface::getArgList(), TCLAP::CmdLineInterface::getDelimiter(), TCLAP::CmdLineInterface::getMessage(), TCLAP::CmdLineInterface::getProgramName(), TCLAP::CmdLineInterface::getVersion(), TCLAP::CmdLineInterface::getXorHandler(), TCLAP::XorHandler::getXorList(), printLongArg(), printShortArg(), and theDelimiter.
|
inlinevirtual |
Prints the version to stdout.
Can be overridden to produce alternative behavior.
c | - The CmdLine object the output is generated for. |
Implements TCLAP::CmdLineOutput.
Definition at line 92 of file DocBookOutput.h.
References TCLAP::CmdLineInterface::getVersion().
|
protected |
Definition at line 88 of file DocBookOutput.h.
Referenced by usage().