COOPY » Guide
version 0.6.5
|
#include <Options.h>
Public Member Functions | |
Option () | |
Data Fields | |
std::string | long_name |
std::string | arg |
std::string | desc |
int | coverage |
bool | is_default |
coopy::app::Option::Option | ( | ) | [inline] |
Definition at line 44 of file Options.h.
References coverage, and is_default.
std::string coopy::app::Option::arg |
Definition at line 39 of file Options.h.
Referenced by coopy::app::Options::add().
Definition at line 41 of file Options.h.
Referenced by coopy::app::Options::add(), and Option().
std::string coopy::app::Option::desc |
Definition at line 40 of file Options.h.
Referenced by coopy::app::Options::add().
Definition at line 42 of file Options.h.
Referenced by coopy::app::Options::add(), and Option().
std::string coopy::app::Option::long_name |
Definition at line 38 of file Options.h.
Referenced by coopy::app::Options::add().