|
KiCad PCB EDA Suite
|
The graph node of one island record. More...
#include <conn_keys.h>
Public Member Functions | |
| bool | operator== (const RECORD_NODE &) const =default |
Public Attributes | |
| RECORD_KEY | record |
| KIND | kind = KIND::SIGNAL |
| The kind of the record, which selects its stratum. | |
The graph node of one island record.
Definition at line 96 of file conn_keys.h.
|
default |
| KIND SCH_CONNECTIVITY::RECORD_NODE::kind = KIND::SIGNAL |
The kind of the record, which selects its stratum.
Definition at line 99 of file conn_keys.h.
Referenced by SCH_CONNECTIVITY::SESSION_KEYS::Less().
| RECORD_KEY SCH_CONNECTIVITY::RECORD_NODE::record |
Definition at line 98 of file conn_keys.h.
Referenced by SCH_CONNECTIVITY::SESSION_KEYS::Less().