KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::RECORD_NODE Struct Reference

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.
 

Detailed Description

The graph node of one island record.

Definition at line 96 of file conn_keys.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::RECORD_NODE::operator== ( const RECORD_NODE & ) const
default

Member Data Documentation

◆ kind

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

RECORD_KEY SCH_CONNECTIVITY::RECORD_NODE::record

Definition at line 98 of file conn_keys.h.

Referenced by SCH_CONNECTIVITY::SESSION_KEYS::Less().


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