KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEMP_CLEARANCE_CACHE_KEY::SIDE Struct Reference

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
 

Detailed Description

Definition at line 132 of file pns_kicad_iface.cpp.

Member Function Documentation

◆ operator<()

bool TEMP_CLEARANCE_CACHE_KEY::SIDE::operator< ( const SIDE & o) const
inline

Definition at line 147 of file pns_kicad_iface.cpp.

References boardItem, freePad, kind, layerEnd, layerStart, and net.

◆ operator==()

bool TEMP_CLEARANCE_CACHE_KEY::SIDE::operator== ( const SIDE & o) const
inline

Definition at line 141 of file pns_kicad_iface.cpp.

References boardItem, freePad, kind, layerEnd, layerStart, and net.

Member Data Documentation

◆ boardItem

const void* TEMP_CLEARANCE_CACHE_KEY::SIDE::boardItem

Definition at line 134 of file pns_kicad_iface.cpp.

Referenced by operator<(), and operator==().

◆ freePad

bool TEMP_CLEARANCE_CACHE_KEY::SIDE::freePad

Definition at line 139 of file pns_kicad_iface.cpp.

Referenced by operator<(), and operator==().

◆ kind

int TEMP_CLEARANCE_CACHE_KEY::SIDE::kind

Definition at line 138 of file pns_kicad_iface.cpp.

Referenced by operator<(), and operator==().

◆ layerEnd

int TEMP_CLEARANCE_CACHE_KEY::SIDE::layerEnd

Definition at line 137 of file pns_kicad_iface.cpp.

Referenced by operator<(), and operator==().

◆ layerStart

int TEMP_CLEARANCE_CACHE_KEY::SIDE::layerStart

Definition at line 136 of file pns_kicad_iface.cpp.

Referenced by operator<(), and operator==().

◆ net

const void* TEMP_CLEARANCE_CACHE_KEY::SIDE::net

Definition at line 135 of file pns_kicad_iface.cpp.

Referenced by operator<(), and operator==().


The documentation for this struct was generated from the following file: