tclap  1.4.0
Classes | Namespaces | Functions
CmdLineOutput.h File Reference
#include <tclap/Arg.h>
#include <tclap/ArgGroup.h>
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <list>
#include <string>
#include <vector>
Include dependency graph for CmdLineOutput.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCLAP::CmdLineOutput
 The interface that any output object must implement. More...
 

Namespaces

 TCLAP
 

Functions

bool TCLAP::isInArgGroup (const Arg *arg, const std::list< ArgGroup *> &argSets)
 
void TCLAP::removeArgsInArgGroups (std::list< Arg *> &argList, const std::list< ArgGroup *> &argSets)
 
std::string TCLAP::basename (std::string s)