TCLAP command line argument parser classes. More...
#include <string>
#include <vector>
#include <list>
#include <iostream>
#include "arg_exception.hpp"
#include "visitor.hpp"
#include "cmd_line_interface.hpp"
Go to the source code of this file.
Classes | |
class | ecl::Arg |
Virtual parent for all the different argument classes. More... | |
Namespaces | |
namespace | ecl |
Typedefs | |
typedef std::list< Arg * > ::iterator | ecl::ArgListIterator |
typedef std::vector< Arg * > ::iterator | ecl::ArgVectorIterator |
typedef std::list< Visitor * > ::iterator | ecl::VisitorListIterator |
TCLAP command line argument parser classes.
TCLAP command line argument parser classes.
Definition in file arg.hpp.