tclap
1.4.0
|
#include <tclap/Arg.h>
#include <tclap/ArgGroup.h>
#include <tclap/CmdLineInterface.h>
#include <tclap/CmdLineOutput.h>
#include <algorithm>
#include <cctype>
#include <iostream>
#include <list>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | TCLAP::StdOutput |
A class that isolates any output from the CmdLine object so that it may be easily modified. More... | |
Namespaces | |
TCLAP | |
TCLAP::internal | |
Functions | |
void | TCLAP::removeChar (std::string &s, char r) |
bool | TCLAP::cmpSwitch (const char &a, const char &b) |
bool | TCLAP::internal::IsVisibleShortSwitch (const Arg &arg) |
bool | TCLAP::internal::IsVisibleLongSwitch (const Arg &arg) |
bool | TCLAP::internal::IsVisibleOption (const Arg &arg) |
bool | TCLAP::internal::CompareShortID (const Arg *a, const Arg *b) |
bool | TCLAP::internal::CompareOptions (std::pair< const Arg *, bool > a, std::pair< const Arg *, bool > b) |