RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Documents and handles command line options. More...
#include <options.h>
Public Member Functions | |
Option (std::string name, std::string description, T default_value=T()) | |
std::string | type_name () override |
T | operator() () |
Retrieve the provided value, parsed. | |
![]() | |
OptionDescription (std::string name, std::string description) | |
std::string | type_name () override |
Public Attributes | |
T | default_value |
Value of the option if not provided on the command line. | |
Documents and handles command line options.