|
KiCad PCB EDA Suite
|
Cache key for own clearance lookups, combining item UUID and layer. More...
#include <drc_engine.h>
Public Member Functions | |
| bool | operator== (const DRC_OWN_CLEARANCE_CACHE_KEY &aOther) const |
Public Attributes | |
| KIID | m_uuid |
| PCB_LAYER_ID | m_layer |
Cache key for own clearance lookups, combining item UUID and layer.
Definition at line 41 of file drc_engine.h.
|
inline |
Definition at line 46 of file drc_engine.h.
| PCB_LAYER_ID DRC_OWN_CLEARANCE_CACHE_KEY::m_layer |
Definition at line 44 of file drc_engine.h.
Referenced by std::hash< DRC_OWN_CLEARANCE_CACHE_KEY >::operator()(), and operator==().
| KIID DRC_OWN_CLEARANCE_CACHE_KEY::m_uuid |
Definition at line 43 of file drc_engine.h.
Referenced by std::hash< DRC_OWN_CLEARANCE_CACHE_KEY >::operator()(), and operator==().