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

Difference between the previous and the current net name to netclass map. More...

#include <conn_changes.h>

Public Member Functions

bool Empty () const
 

Public Attributes

std::vector< std::pair< NAME_ID, std::vector< NAME_ID > > > assigned
 Names whose netclass list is new or different, in name order, with the new list.
 
std::vector< NAME_IDremoved
 Names that no longer have netclasses.
 

Detailed Description

Difference between the previous and the current net name to netclass map.

Definition at line 27 of file conn_changes.h.

Member Function Documentation

◆ Empty()

bool SCH_CONNECTIVITY::NETCLASS_DELTA::Empty ( ) const
inline

Definition at line 32 of file conn_changes.h.

References assigned, and removed.

Member Data Documentation

◆ assigned

std::vector<std::pair<NAME_ID, std::vector<NAME_ID> > > SCH_CONNECTIVITY::NETCLASS_DELTA::assigned

Names whose netclass list is new or different, in name order, with the new list.

Definition at line 30 of file conn_changes.h.

Referenced by Empty(), and SCH_CONNECTIVITY::PUBLICATION::PrepareRows().

◆ removed

std::vector<NAME_ID> SCH_CONNECTIVITY::NETCLASS_DELTA::removed

Names that no longer have netclasses.

Definition at line 31 of file conn_changes.h.

Referenced by Empty(), and SCH_CONNECTIVITY::PUBLICATION::PrepareRows().


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