|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Additional Inherited Members | |
Public Types inherited from Linker::Enumeration< subsystem_determination > | |
| typedef subsystem_determination | value_type |
Public Member Functions inherited from Linker::Enumeration< subsystem_determination > | |
| Enumeration (Args ... args) | |
| std::optional< value_type > | LookupName (std::string name) const |
| Searches (in a case-insensitive way) for a string. | |
Public Attributes inherited from Linker::Enumeration< subsystem_determination > | |
| std::map< value_type, std::vector< std::string > > | values |
| Maps each value to a sequence of valid strings. | |
Protected Member Functions inherited from Linker::Enumeration< subsystem_determination > | |
| void | init (value_type next_value) |
| void | init (value_type next_value, std::string name) |
| void | init (value_type next_value, std::string name, std::string next_name, Args ... args) |
| void | init (value_type _, std::string name, value_type actual_next_value) |
| void | init (value_type _, std::string name, value_type actual_next_value, std::string next_name, Args ... args) |
Protected Attributes inherited from Linker::Enumeration< subsystem_determination > | |
| std::map< std::string, value_type, CaseInsensitiveLess > | names |
| Maps each name to its value. | |