|
KiCad PCB EDA Suite
|
#include <conn_bus.h>
Public Member Functions | |
| bool | operator== (const RESULT &aOther) const |
Public Attributes | |
| std::shared_ptr< const BUS_SCHEMA > | schema |
| std::shared_ptr< const BUS_SCHEMA::NODE > | tree |
| Presentation tree. | |
| std::set< wxString > | aliasesUsed |
Definition at line 132 of file conn_bus.h.
|
inline |
Definition at line 138 of file conn_bus.h.
References aliasesUsed, schema, and tree.
| std::set<wxString> SCH_CONNECTIVITY::BUS_PARSE_CACHE::RESULT::aliasesUsed |
Definition at line 137 of file conn_bus.h.
Referenced by operator==().
| 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==().
| 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==().