|
args-parser 6.3.6
|
#include "api.hpp"#include "command.hpp"#include "context.hpp"#include "exceptions.hpp"#include "help.hpp"#include "utils.hpp"#include <algorithm>#include <memory>#include <vector>#include "help_printer.hpp"Go to the source code of this file.
Classes | |
| class | Args::CmdLine |
| CmdLine is class that holds all rguments and parse command line arguments in the correspondence with holded arguments. More... | |
Namespaces | |
| namespace | Args |
| namespace | Args::details |
Typedefs | |
| template<typename PARENT, typename SELF, typename ARGPTR> | |
| using | Args::CmdLineAPI = details::API<PARENT, SELF, ARGPTR, true> |
| using | Args::ArgPtrToAPI = std::unique_ptr<ArgIface, details::Deleter<ArgIface>> |