#include <DocBookOutput.h>
Inheritance diagram for TCLAP::DocBookOutput:
Public Member Functions | |
virtual void | usage (CmdLineInterface &c) |
Prints the usage to stdout. | |
virtual void | version (CmdLineInterface &c) |
Prints the version to stdout. | |
virtual void | failure (CmdLineInterface &c, ArgException &e) |
Prints (to stderr) an error message, short usage Can be overridden to produce alternative behavior. | |
Protected Member Functions | |
void | substituteSpecialChars (std::string &s, char r, std::string &x) |
Substitutes the char r for string x in string s. | |
void | removeChar (std::string &s, char r) |
void | basename (std::string &s) |
void | printShortArg (Arg *it) |
void | printLongArg (Arg *it) |
Protected Attributes | |
char | theDelimiter |
Definition at line 43 of file DocBookOutput.h.
|
Definition at line 203 of file DocBookOutput.h. Referenced by usage(). |
|
Prints (to stderr) an error message, short usage Can be overridden to produce alternative behavior.
Implements TCLAP::CmdLineOutput. Definition at line 174 of file DocBookOutput.h. References TCLAP::ArgException::what(). |
Here is the call graph for this function:
|
Definition at line 252 of file DocBookOutput.h. References TCLAP::Arg::flagStartChar(), TCLAP::Arg::getDescription(), TCLAP::Arg::getFlag(), TCLAP::Arg::getName(), TCLAP::Arg::isValueRequired(), TCLAP::Arg::nameStartString(), removeChar(), TCLAP::Arg::shortID(), substituteSpecialChars(), and theDelimiter. Referenced by usage(). |
Here is the call graph for this function:
|
Definition at line 212 of file DocBookOutput.h. References TCLAP::Arg::acceptsMultipleValues(), TCLAP::Arg::flagStartChar(), TCLAP::Arg::getFlag(), TCLAP::Arg::getName(), TCLAP::Arg::isRequired(), TCLAP::Arg::isValueRequired(), TCLAP::Arg::nameStartString(), removeChar(), TCLAP::Arg::shortID(), substituteSpecialChars(), and theDelimiter. Referenced by usage(). |
Here is the call graph for this function:
|
Definition at line 194 of file DocBookOutput.h. Referenced by printLongArg(), and printShortArg(). |
|
Substitutes the char r for string x in string s.
Definition at line 182 of file DocBookOutput.h. Referenced by printLongArg(), and printShortArg(). |
|
Prints the usage to stdout. Can be overridden to produce alternative behavior.
Implements TCLAP::CmdLineOutput. Definition at line 95 of file DocBookOutput.h. References TCLAP::ArgListIterator, TCLAP::ArgVectorIterator, 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(), theDelimiter, and version(). |
Here is the call graph for this function:
|
Prints the version to stdout. Can be overridden to produce alternative behavior.
Implements TCLAP::CmdLineOutput. Definition at line 90 of file DocBookOutput.h. References TCLAP::CmdLineInterface::getVersion(). Referenced by usage(). |
Here is the call graph for this function:
|
Definition at line 86 of file DocBookOutput.h. Referenced by printLongArg(), printShortArg(), and usage(). |