#include <tclap/SwitchArg.h>
#include <tclap/MultiSwitchArg.h>
#include <tclap/UnlabeledValueArg.h>
#include <tclap/UnlabeledMultiArg.h>
#include <tclap/XorHandler.h>
#include <tclap/HelpVisitor.h>
#include <tclap/VersionVisitor.h>
#include <tclap/IgnoreRestVisitor.h>
#include <tclap/CmdLineOutput.h>
#include <tclap/StdOutput.h>
#include <tclap/Constraint.h>
#include <tclap/ValuesConstraint.h>
#include <string>
#include <vector>
#include <list>
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <stdlib.h>
Include dependency graph for CmdLine.h:
Go to the source code of this file.
Namespaces | |
namespace | TCLAP |
Classes | |
class | TCLAP::CmdLine |
The base class that manages the command line definition and passes along the parsing to the appropriate Arg classes. More... | |
Functions | |
template<typename T> | |
void | DelPtr (T ptr) |
template<typename C> | |
void | ClearContainer (C &c) |
|
Definition at line 58 of file CmdLine.h. Referenced by TCLAP::CmdLine::~CmdLine(). |
|
|