openMSX
|
#include <ImGuiBreakPoints.hh>
Public Member Functions | |
ParsedSlotCond (std::string_view checkCmd, std::string_view cond) | |
std::string | toTclExpression (std::string_view checkCmd) const |
std::string | toDisplayString () const |
Public Attributes | |
std::string | rest |
int | ps = 0 |
int | ss = 0 |
uint8_t | seg = 0 |
bool | hasPs = false |
bool | hasSs = false |
bool | hasSeg = false |
Definition at line 20 of file ImGuiBreakPoints.hh.
openmsx::ParsedSlotCond::ParsedSlotCond | ( | std::string_view | checkCmd, |
std::string_view | cond | ||
) |
std::string openmsx::ParsedSlotCond::toDisplayString | ( | ) | const |
std::string openmsx::ParsedSlotCond::toTclExpression | ( | std::string_view | checkCmd | ) | const |
bool openmsx::ParsedSlotCond::hasPs = false |
Definition at line 30 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().
bool openmsx::ParsedSlotCond::hasSeg = false |
Definition at line 32 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().
bool openmsx::ParsedSlotCond::hasSs = false |
Definition at line 31 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().
int openmsx::ParsedSlotCond::ps = 0 |
Definition at line 27 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().
std::string openmsx::ParsedSlotCond::rest |
Definition at line 25 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().
uint8_t openmsx::ParsedSlotCond::seg = 0 |
Definition at line 29 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().
int openmsx::ParsedSlotCond::ss = 0 |
Definition at line 28 of file ImGuiBreakPoints.hh.
Referenced by ParsedSlotCond(), toDisplayString(), and toTclExpression().