KiCad PCB EDA Suite
Loading...
Searching...
No Matches
HULL_CACHE_KEY Struct Reference

Public Member Functions

bool operator== (const HULL_CACHE_KEY &other) const
 

Public Attributes

const PNS::ITEMitem
 
int clearance
 
int walkaroundThickness
 
int layer
 

Detailed Description

Definition at line 122 of file pns_kicad_iface.cpp.

Member Function Documentation

◆ operator==()

bool HULL_CACHE_KEY::operator== ( const HULL_CACHE_KEY & other) const
inline

Definition at line 129 of file pns_kicad_iface.cpp.

References clearance, item, layer, and walkaroundThickness.

Member Data Documentation

◆ clearance

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==().

◆ item

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==().

◆ layer

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==().

◆ walkaroundThickness

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==().


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