KiCad PCB EDA Suite
|
#include <board.h>
Public Member Functions | |
bool | operator== (const PTR_PTR_LAYER_CACHE_KEY &other) const |
Public Attributes | |
BOARD_ITEM * | A |
BOARD_ITEM * | B |
PCB_LAYER_ID | Layer |
|
inline |
BOARD_ITEM* PTR_PTR_LAYER_CACHE_KEY::A |
Definition at line 102 of file board.h.
Referenced by std::hash< PTR_PTR_LAYER_CACHE_KEY >::operator()(), and operator==().
BOARD_ITEM* PTR_PTR_LAYER_CACHE_KEY::B |
Definition at line 103 of file board.h.
Referenced by std::hash< PTR_PTR_LAYER_CACHE_KEY >::operator()(), and operator==().
PCB_LAYER_ID PTR_PTR_LAYER_CACHE_KEY::Layer |
Definition at line 104 of file board.h.
Referenced by std::hash< PTR_PTR_LAYER_CACHE_KEY >::operator()(), and operator==().