#include <string>#include <vector>#include <cstdio>#include "arg.hpp"#include "constraint.hpp"#include <sstream>

Go to the source code of this file.
Classes | |
| class | ecl::MultiArg< class > |
| class | ecl::MultiArg< class > |
| class | ecl::MultiArgHelper::ValueExtractor< T > |
| TClap class internally used for extracting value args. | |
| class | ecl::MultiArgHelper::ValueExtractor< std::string > |
| TClap class internally used for string handling. | |
Namespaces | |
| ecl | |
| ecl::MultiArgHelper | |
Macros | |
| #define | HAVE_SSTREAM |
Enumerations | |
| enum | ecl::MultiArgHelper::Error_e { ecl::MultiArgHelper::EXTRACT_FAILURE = 1000, ecl::MultiArgHelper::EXTRACT_TOO_MANY } |
| #define HAVE_SSTREAM |
Definition at line 24 of file multi_arg.hpp.