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

Method operator==

ui/stackwidget.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32bool DebugStackItem::operator==(const DebugStackItem& other) const
33{
34 return (m_offset == other.offset()) && (m_address == other.address()) && (m_value == other.value())
35 && (m_valueStatus == other.valueStatus()) && (m_hint == other.hint());
36}
37
38
39bool DebugStackItem::operator!=(const DebugStackItem& other) const

Callers

nothing calls this directly

Calls 5

offsetMethod · 0.80
addressMethod · 0.45
valueMethod · 0.45
valueStatusMethod · 0.45
hintMethod · 0.45

Tested by

no test coverage detected