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

#include <conn_bus.h>

Public Member Functions

bool operator== (const RESULT &aOther) const
 

Public Attributes

std::shared_ptr< const BUS_SCHEMAschema
 
std::shared_ptr< const BUS_SCHEMA::NODEtree
 Presentation tree.
 
std::set< wxString > aliasesUsed
 

Detailed Description

Definition at line 132 of file conn_bus.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::BUS_PARSE_CACHE::RESULT::operator== ( const RESULT & aOther) const
inline

Definition at line 138 of file conn_bus.h.

References aliasesUsed, schema, and tree.

Member Data Documentation

◆ aliasesUsed

std::set<wxString> SCH_CONNECTIVITY::BUS_PARSE_CACHE::RESULT::aliasesUsed

Definition at line 137 of file conn_bus.h.

Referenced by operator==().

◆ schema

std::shared_ptr<const BUS_SCHEMA> SCH_CONNECTIVITY::BUS_PARSE_CACHE::RESULT::schema

Definition at line 134 of file conn_bus.h.

Referenced by operator==().

◆ tree

std::shared_ptr<const BUS_SCHEMA::NODE> SCH_CONNECTIVITY::BUS_PARSE_CACHE::RESULT::tree

Presentation tree.

Cached electrical schemas omit BUS_SCHEMA::root, so the tree has its own lifetime.

Definition at line 136 of file conn_bus.h.

Referenced by operator==().


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