RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Base class for documenting and handling command line options. More...
#include <options.h>
Public Member Functions | |
Option (std::string name, std::string description) | |
![]() | |
OptionDescription (std::string name, std::string description) | |
virtual std::string | type_name () |
Returns a textual representation of the type, to be displayed to the user. | |
Public Attributes | |
std::map< std::string, std::string > * | options |
Reference to the collection of command line options, to be accessed by the Option instance. | |
![]() | |
std::string | name |
The name of a command line option, as provided on the command line. | |
std::string | description |
Description printed when -h is issued. | |
Base class for documenting and handling command line options.