|
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 122 of file pns_kicad_iface.cpp.
|
inline |
Definition at line 129 of file pns_kicad_iface.cpp.
References clearance, item, layer, and walkaroundThickness.
| int HULL_CACHE_KEY::clearance |
Definition at line 125 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 124 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().
| int HULL_CACHE_KEY::layer |
Definition at line 127 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().
| int HULL_CACHE_KEY::walkaroundThickness |
Definition at line 126 of file pns_kicad_iface.cpp.
Referenced by std::hash< HULL_CACHE_KEY >::operator()(), and operator==().