KiCad PCB EDA Suite
|
#include <connection_graph.h>
Public Member Functions | |
bool | operator== (const NET_NAME_CODE_CACHE_KEY &other) const |
Public Attributes | |
wxString | Name |
int | Netcode |
Definition at line 318 of file connection_graph.h.
|
inline |
Definition at line 323 of file connection_graph.h.
wxString NET_NAME_CODE_CACHE_KEY::Name |
Definition at line 320 of file connection_graph.h.
Referenced by std::hash< NET_NAME_CODE_CACHE_KEY >::operator()(), and operator==().
int NET_NAME_CODE_CACHE_KEY::Netcode |
Definition at line 321 of file connection_graph.h.
Referenced by std::hash< NET_NAME_CODE_CACHE_KEY >::operator()(), and operator==().