KiCad PCB EDA Suite
|
Public Member Functions | |
bool | operator== (const ITEM_KEY &other) const |
bool | operator< (const ITEM_KEY &other) const |
Public Attributes | |
const PNS::ITEM * | a = nullptr |
const PNS::ITEM * | b = nullptr |
PNS::CONSTRAINT_TYPE | type |
Definition at line 216 of file test_pns_basics.cpp.
|
inline |
Definition at line 227 of file test_pns_basics.cpp.
|
inline |
Definition at line 222 of file test_pns_basics.cpp.
const PNS::ITEM* MOCK_RULE_RESOLVER::ITEM_KEY::a = nullptr |
Definition at line 218 of file test_pns_basics.cpp.
Referenced by MOCK_RULE_RESOLVER::AddMockRule(), operator<(), operator==(), and MOCK_RULE_RESOLVER::QueryConstraint().
const PNS::ITEM* MOCK_RULE_RESOLVER::ITEM_KEY::b = nullptr |
Definition at line 219 of file test_pns_basics.cpp.
Referenced by MOCK_RULE_RESOLVER::AddMockRule(), operator<(), operator==(), and MOCK_RULE_RESOLVER::QueryConstraint().
PNS::CONSTRAINT_TYPE MOCK_RULE_RESOLVER::ITEM_KEY::type |
Definition at line 220 of file test_pns_basics.cpp.
Referenced by MOCK_RULE_RESOLVER::AddMockRule(), operator<(), operator==(), and MOCK_RULE_RESOLVER::QueryConstraint().