|
KiCad PCB EDA Suite
|
#include "conn_partition.h"#include "conn_cache.h"#include <algorithm>#include <memory>#include <stdexcept>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | SCH_CONNECTIVITY::COMPONENT_CACHE< VALUE > |
| Cache current component evaluations by exact node/version identity, within one stratum and key session. More... | |
| struct | SCH_CONNECTIVITY::COMPONENT_CACHE< VALUE >::ENTRY |
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |