KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::NETCHAIN_INPUT::SHEET Struct Reference

#include <conn_netchain_input.h>

Public Member Functions

 SHEET (const SCH_SHEET_PATH &aPath, std::pmr::memory_resource *aStorage)
 
const NETFind (const SCH_ITEM *aItem) const
 
const wxString & Key (const SCH_ITEM *aItem) const
 

Public Attributes

SCH_SHEET_PATH path
 
std::pmr::unordered_map< const SCH_ITEM *, NETnets
 

Detailed Description

Definition at line 41 of file conn_netchain_input.h.

Constructor & Destructor Documentation

◆ SHEET()

SCH_CONNECTIVITY::NETCHAIN_INPUT::SHEET::SHEET ( const SCH_SHEET_PATH & aPath,
std::pmr::memory_resource * aStorage )
inline

Definition at line 43 of file conn_netchain_input.h.

References nets, and path.

Member Function Documentation

◆ Find()

const NET * SCH_CONNECTIVITY::NETCHAIN_INPUT::SHEET::Find ( const SCH_ITEM * aItem) const
inline

Definition at line 51 of file conn_netchain_input.h.

References nets.

Referenced by Key().

◆ Key()

const wxString & SCH_CONNECTIVITY::NETCHAIN_INPUT::SHEET::Key ( const SCH_ITEM * aItem) const
inline

Definition at line 57 of file conn_netchain_input.h.

References Find(), and SCH_CONNECTIVITY::NETCHAIN_INPUT::NET::key.

Member Data Documentation

◆ nets

std::pmr::unordered_map<const SCH_ITEM*, NET> SCH_CONNECTIVITY::NETCHAIN_INPUT::SHEET::nets

Definition at line 49 of file conn_netchain_input.h.

Referenced by Find(), and SHEET().

◆ path

SCH_SHEET_PATH SCH_CONNECTIVITY::NETCHAIN_INPUT::SHEET::path

Definition at line 48 of file conn_netchain_input.h.

Referenced by SHEET().


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