A class that generates DocBook output for usage() method for the given CmdLine and its Args.
More...
#include <DocBookOutput.h>
A class that generates DocBook output for usage() method for the given CmdLine and its Args.
Definition at line 61 of file DocBookOutput.h.
◆ DocBookOutput()
TCLAP::DocBookOutput::DocBookOutput |
( |
| ) |
|
|
inline |
◆ basename()
void TCLAP::DocBookOutput::basename |
( |
std::string & |
s | ) |
|
|
inlineprotected |
◆ failure()
Prints (to stderr) an error message, short usage Can be overridden to produce alternative behavior.
- Parameters
-
c | - The CmdLine object the output is generated for. |
e | - The ArgException that caused the failure. |
Implements TCLAP::CmdLineOutput.
Definition at line 193 of file DocBookOutput.h.
◆ printLongArg()
void TCLAP::DocBookOutput::printLongArg |
( |
Arg * |
it | ) |
|
|
inlineprotected |
◆ printShortArg()
void TCLAP::DocBookOutput::printShortArg |
( |
Arg * |
it | ) |
|
|
inlineprotected |
◆ removeChar()
void TCLAP::DocBookOutput::removeChar |
( |
std::string & |
s, |
|
|
char |
r |
|
) |
| |
|
inlineprotected |
◆ substituteSpecialChars()
void TCLAP::DocBookOutput::substituteSpecialChars |
( |
std::string & |
s, |
|
|
char |
r, |
|
|
std::string & |
x |
|
) |
| |
|
inlineprotected |
Substitutes the char r for string x in string s.
- Parameters
-
s | - The string to operate on. |
r | - The char to replace. |
x | - What to replace r with. |
Definition at line 201 of file DocBookOutput.h.
Referenced by removeChar().
◆ usage()
◆ version()
◆ theDelimiter
char TCLAP::DocBookOutput::theDelimiter |
|
protected |
The documentation for this class was generated from the following file: