![]() |
PIDUINO
|
#include <popl.h>
Public Types | |
enum class | Error { missing_argument , invalid_argument , too_many_arguments , missing_option } |
Public Member Functions | |
invalid_option (const Option *option, invalid_option::Error error, OptionName what_name, std::string value, const std::string &text) | |
invalid_option (const Option *option, invalid_option::Error error, const std::string &text) | |
const Option * | option () const |
Error | error () const |
OptionName | what_name () const |
std::string | value () const |
Private Attributes | |
const Option * | option_ |
Error | error_ |
OptionName | what_name_ |
std::string | value_ |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 393 of file popl.h.
References what_name_.
|
private |
|
private |
|
private |
|
private |
Definition at line 404 of file popl.h.
Referenced by what_name().