args-parser 6.3.6
Loading...
Searching...
No Matches
cmd_line.hpp File Reference
#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"
Include dependency graph for cmd_line.hpp:
This graph shows which files directly or indirectly include this file:

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>>