#include <SymbolManager.hh>
|
| Symbol (std::string n, uint16_t v, std::optional< uint8_t > s1, std::optional< uint16_t > s2) |
|
auto | operator<=> (const Symbol &) const =default |
|
Definition at line 20 of file SymbolManager.hh.
◆ Symbol()
openmsx::Symbol::Symbol |
( |
std::string |
n, |
|
|
uint16_t |
v, |
|
|
std::optional< uint8_t > |
s1, |
|
|
std::optional< uint16_t > |
s2 |
|
) |
| |
|
inline |
◆ operator<=>()
auto openmsx::Symbol::operator<=> |
( |
const Symbol & |
| ) |
const |
|
default |
◆ name
std::string openmsx::Symbol::name |
◆ segment
std::optional<uint16_t> openmsx::Symbol::segment |
◆ slot
std::optional<uint8_t> openmsx::Symbol::slot |
◆ value
uint16_t openmsx::Symbol::value |
The documentation for this struct was generated from the following file: