| 
    KiCad PCB EDA Suite
    
   | 
 
#include <mutex>#include <utility>#include <vector>#include <erc/erc_settings.h>#include <sch_connection.h>#include <sch_item.h>#include <wx/treectrl.h>#include <advanced_config.h>#include <progress_reporter.h>Go to the source code of this file.
Classes | |
| class | CONNECTION_SUBGRAPH | 
| A subgraph is a set of items that are electrically connected on a single sheet.  More... | |
| struct | NET_NAME_CODE_CACHE_KEY | 
| struct | std::hash< NET_NAME_CODE_CACHE_KEY > | 
| class | CONNECTION_GRAPH | 
| Calculate the connectivity of a schematic and generates netlists.  More... | |
Namespaces | |
| namespace | std | 
| STL namespace.  | |
Typedefs | |
| typedef std::unordered_map< NET_NAME_CODE_CACHE_KEY, std::vector< CONNECTION_SUBGRAPH * > > | NET_MAP | 
| Associate a #NET_CODE_NAME with all the subgraphs in that net.   | |
| typedef std::unordered_map<NET_NAME_CODE_CACHE_KEY, std::vector<CONNECTION_SUBGRAPH*> > NET_MAP | 
Associate a #NET_CODE_NAME with all the subgraphs in that net.
Definition at line 353 of file connection_graph.h.