|
KiCad PCB EDA Suite
|
#include <board.h>
Public Member Functions | |
| bool | operator== (const ITEM_SELECTOR_LAYER_CACHE_KEY &other) const |
Public Attributes | |
| const BOARD_ITEM * | A |
| wxString | Selector |
| PCB_LAYER_ID | Layer |
| int | Constraint |
|
inline |
| 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==().
| 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==().
| 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==().
| 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==().