|
KiCad PCB EDA Suite
|
Public Member Functions | |
| bool | operator== (const HULL_CACHE_KEY &other) const |
Public Attributes | |
| const PNS::ITEM * | item |
| int | clearance |
| int | walkaroundThickness |
| int | layer |
Definition at line 222 of file pns_kicad_iface.cpp.
|
inline |
Definition at line 229 of file pns_kicad_iface.cpp.
References clearance, item, layer, and walkaroundThickness.
| int HULL_CACHE_KEY::clearance |
Definition at line 225 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().
| const PNS::ITEM* HULL_CACHE_KEY::item |
Definition at line 224 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().
| int HULL_CACHE_KEY::layer |
Definition at line 227 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().
| int HULL_CACHE_KEY::walkaroundThickness |
Definition at line 226 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().