#include <LeoArg.hh>
Public Methods | |
Option ( std::string long_option, std::string short_option ) | |
Public Attributes | |
std::string | long_option |
the long option. | |
std::string | short_option |
the short version of the option. | |
ArgList | arglist |
the list of parameter. | |
bool | bool_value |
the boolean value of a parameter. | |
int | int_num |
the integer value of a parameter. | |
double | double_num |
the double value of a parameter. | |
std::string | str |
the parameter as a string. | |
bool | flag |
true if the parameter is set. |
|
|
|
the list of parameter.
|
|
the boolean value of a parameter.
|
|
the double value of a parameter.
|
|
true if the parameter is set.
|
|
the integer value of a parameter.
|
|
the long option.
|
|
the short version of the option.
|
|
the parameter as a string.
|
LeoArg (C) under the terms of the
GPL
by
King Leo (Martin Oberzalek)