|
KiCad PCB EDA Suite
|
#include <functional>#include <map>#include <memory>#include <set>#include <vector>#include <unordered_map>#include <sch_netchain.h>#include <gal/color4d.h>Go to the source code of this file.
Classes | |
| class | SCH_CONNECTIVITY::NETCHAIN_MANAGER |
| Persistent chain configuration and the derived chains for one schematic. More... | |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::TERMINAL_CHANGE |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::CHAIN_TERMINAL_REF |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::BRIDGE_EDGE |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::BRIDGE_NEIGHBOR |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::BRIDGE_GRAPH |
Namespaces | |
| namespace | SCH_CONNECTIVITY |
Functions | |
| void | boost_test_inject_committed_net_chain (CONNECTION_GRAPH &aGraph, std::unique_ptr< SCH_NETCHAIN > aChain) |
| void boost_test_inject_committed_net_chain | ( | CONNECTION_GRAPH & | aGraph, |
| std::unique_ptr< SCH_NETCHAIN > | aChain ) |
Definition at line 39 of file test_net_chain_save_root_only.cpp.