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

#include <board.h>

Public Member Functions

bool operator== (const ITEM_SELECTOR_LAYER_CACHE_KEY &other) const
 

Public Attributes

const BOARD_ITEMA
 
wxString Selector
 
PCB_LAYER_ID Layer
 
int Constraint
 

Detailed Description

Definition at line 129 of file board.h.

Member Function Documentation

◆ operator==()

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

Definition at line 136 of file board.h.

References A, Constraint, Layer, and Selector.

Member Data Documentation

◆ A

const BOARD_ITEM* ITEM_SELECTOR_LAYER_CACHE_KEY::A

Definition at line 131 of file board.h.

Referenced by std::hash< ITEM_SELECTOR_LAYER_CACHE_KEY >::operator()(), and operator==().

◆ Constraint

int ITEM_SELECTOR_LAYER_CACHE_KEY::Constraint

Definition at line 134 of file board.h.

Referenced by std::hash< ITEM_SELECTOR_LAYER_CACHE_KEY >::operator()(), and operator==().

◆ Layer

PCB_LAYER_ID ITEM_SELECTOR_LAYER_CACHE_KEY::Layer

Definition at line 133 of file board.h.

Referenced by std::hash< ITEM_SELECTOR_LAYER_CACHE_KEY >::operator()(), and operator==().

◆ Selector

wxString ITEM_SELECTOR_LAYER_CACHE_KEY::Selector

Definition at line 132 of file board.h.

Referenced by std::hash< ITEM_SELECTOR_LAYER_CACHE_KEY >::operator()(), and operator==().


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