![]() |
Fixposition SDK 0.0.0-heads/main-0-gb93ddb4
Collection of c++ libraries and apps for use with Fixposition products on Linux
|
A program option. More...
#include <app.hpp>
Public Attributes | |
| char | flag |
| The flag (some are reserved, see above) | |
| bool | has_argument |
| True if flag requires an an argument, false if not. | |
| const char * | name = nullptr |
| Long option name (or nullptr, some are reserved, see above) | |
A program option.
Reserved options are: 'h' / "help", 'V' / "version", 'v' / "verbose", 'q' / "quiet", 'J' / "journal", '?', '*', and ':'.
| char fpsdk::common::app::ProgramOptions::Option::flag |
| bool fpsdk::common::app::ProgramOptions::Option::has_argument |
| const char* fpsdk::common::app::ProgramOptions::Option::name = nullptr |