|
KiCad PCB EDA Suite
|
Public Member Functions | |
| bool | operator== (const SIDE &o) const |
| bool | operator< (const SIDE &o) const |
Public Attributes | |
| const void * | boardItem |
| const void * | net |
| int | layerStart |
| int | layerEnd |
| int | kind |
| bool | freePad |
Definition at line 132 of file pns_kicad_iface.cpp.
|
inline |
Definition at line 147 of file pns_kicad_iface.cpp.
References boardItem, freePad, kind, layerEnd, layerStart, and net.
|
inline |
Definition at line 141 of file pns_kicad_iface.cpp.
References boardItem, freePad, kind, layerEnd, layerStart, and net.
| const void* TEMP_CLEARANCE_CACHE_KEY::SIDE::boardItem |
Definition at line 134 of file pns_kicad_iface.cpp.
Referenced by operator<(), and operator==().
| bool TEMP_CLEARANCE_CACHE_KEY::SIDE::freePad |
Definition at line 139 of file pns_kicad_iface.cpp.
Referenced by operator<(), and operator==().
| int TEMP_CLEARANCE_CACHE_KEY::SIDE::kind |
Definition at line 138 of file pns_kicad_iface.cpp.
Referenced by operator<(), and operator==().
| int TEMP_CLEARANCE_CACHE_KEY::SIDE::layerEnd |
Definition at line 137 of file pns_kicad_iface.cpp.
Referenced by operator<(), and operator==().
| int TEMP_CLEARANCE_CACHE_KEY::SIDE::layerStart |
Definition at line 136 of file pns_kicad_iface.cpp.
Referenced by operator<(), and operator==().
| const void* TEMP_CLEARANCE_CACHE_KEY::SIDE::net |
Definition at line 135 of file pns_kicad_iface.cpp.
Referenced by operator<(), and operator==().