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

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
 

Detailed Description

Cache key for own clearance lookups, combining item UUID and layer.

Definition at line 41 of file drc_engine.h.

Member Function Documentation

◆ operator==()

bool DRC_OWN_CLEARANCE_CACHE_KEY::operator== ( const DRC_OWN_CLEARANCE_CACHE_KEY & aOther) const
inline

Definition at line 46 of file drc_engine.h.

References m_layer, and m_uuid.

Member Data Documentation

◆ m_layer

PCB_LAYER_ID DRC_OWN_CLEARANCE_CACHE_KEY::m_layer

◆ m_uuid

KIID DRC_OWN_CLEARANCE_CACHE_KEY::m_uuid

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