20#ifndef INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_CMDLINE_HXX
21#define INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_CMDLINE_HXX
55 std::string
get_arg(
const std::string& ArgumentName)
const;
60 static bool is_arg_name(
const std::string& Argument);
Simple command line abstraction.
CommandLine & operator=(const CommandLine &)=delete
std::string get_arg(const std::string &ArgumentName) const
Returns an argument by name.
static bool is_arg_name(const std::string &Argument)
Returns whether a given argument is an argument name.
CommandLine(const CommandLine &)=delete
CommandLine(size_t argc, char *argv[])
Simple command line abstraction.