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

One island in one sheet instance. More...

#include <conn_keys.h>

Public Member Functions

bool operator== (const RECORD_KEY &) const =default
 

Public Attributes

INST_ID inst = INVALID_ID
 The sheet instance of the record.
 
KIID anchor = niluuid
 ISLAND::anchor, the smallest item KIID in the island.
 

Detailed Description

One island in one sheet instance.

Definition at line 86 of file conn_keys.h.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ anchor

KIID SCH_CONNECTIVITY::RECORD_KEY::anchor = niluuid

ISLAND::anchor, the smallest item KIID in the island.

Definition at line 89 of file conn_keys.h.

Referenced by SCH_CONNECTIVITY::SESSION_KEYS::Less(), and SCH_CONNECTIVITY::RECORD_STORE::RECORD_ORDER::operator()().

◆ inst


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