MCPcopy Create free account
hub / github.com/Vector35/debugger / operator==

Method operator==

ui/registerswidget.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41bool DebugRegisterItem::operator==(const DebugRegisterItem& other) const
42{
43 return (m_name == other.name()) && (m_value == other.value()) && (m_valueStatus == other.valueStatus())
44 && (m_hint == other.hint() && (m_used == other.used()));
45}
46
47
48bool DebugRegisterItem::operator!=(const DebugRegisterItem& other) const

Callers

nothing calls this directly

Calls 5

usedMethod · 0.80
nameMethod · 0.45
valueMethod · 0.45
valueStatusMethod · 0.45
hintMethod · 0.45

Tested by

no test coverage detected