MVE - Multi-View Environment mve-devel
|
An argument which can either be an option or a non-option. More...
#include <arguments.h>
Public Member Functions | |
template<typename T > | |
T | get_arg (void) const |
Returns argument converted to type T. | |
template<> | |
std::string | get_arg (void) const |
Public Attributes | |
std::string | arg |
Empty for options without arguments. | |
ArgOption const * | opt |
Null for non-options. | |
An argument which can either be an option or a non-option.
Definition at line 38 of file arguments.h.
|
inline |
Returns argument converted to type T.
Definition at line 186 of file arguments.h.
|
inline |
Definition at line 193 of file arguments.h.
std::string util::ArgResult::arg |
Empty for options without arguments.
Definition at line 41 of file arguments.h.
ArgOption const* util::ArgResult::opt |
Null for non-options.
Definition at line 40 of file arguments.h.