|
KiCad PCB EDA Suite
|
Public Member Functions | |
| CLEARANCE_CACHE_KEY (const PNS::ITEM *aA, const PNS::ITEM *aB, bool aFlag) | |
| bool | operator== (const CLEARANCE_CACHE_KEY &other) const |
Public Attributes | |
| const PNS::ITEM * | A |
| const PNS::ITEM * | B |
| bool | Flag |
Definition at line 87 of file pns_kicad_iface.cpp.
|
inline |
Definition at line 93 of file pns_kicad_iface.cpp.
Referenced by operator==().
|
inline |
Definition at line 100 of file pns_kicad_iface.cpp.
References A, B, CLEARANCE_CACHE_KEY(), and Flag.
| const PNS::ITEM* CLEARANCE_CACHE_KEY::A |
Definition at line 89 of file pns_kicad_iface.cpp.
Referenced by CLEARANCE_CACHE_KEY(), std::hash< CLEARANCE_CACHE_KEY >::operator()(), and operator==().
| const PNS::ITEM* CLEARANCE_CACHE_KEY::B |
Definition at line 90 of file pns_kicad_iface.cpp.
Referenced by CLEARANCE_CACHE_KEY(), std::hash< CLEARANCE_CACHE_KEY >::operator()(), and operator==().
| bool CLEARANCE_CACHE_KEY::Flag |
Definition at line 91 of file pns_kicad_iface.cpp.
Referenced by CLEARANCE_CACHE_KEY(), std::hash< CLEARANCE_CACHE_KEY >::operator()(), and operator==().