|
KiCad PCB EDA Suite
|
#include <odb_eda_data.h>
Public Member Functions | |
| NET (size_t aIndex, const wxString &aName) | |
| template<typename T, typename... Args> | |
| T & | AddSubnet (Args &&... args) |
| void | Write (std::ostream &ost) const |
| void | WriteAttributes (std::ostream &ost) const |
Public Attributes | |
| const size_t | m_index |
| wxString | m_name |
| std::list< std::unique_ptr< SUB_NET > > | subnets |
| std::map< unsigned int, std::string > | m_ODBattributes |
Definition at line 150 of file odb_eda_data.h.
|
inline |
Definition at line 153 of file odb_eda_data.h.
Definition at line 160 of file odb_eda_data.h.
| void EDA_DATA::NET::Write | ( | std::ostream & | ost | ) | const |
Definition at line 43 of file odb_eda_data.cpp.
References m_name, subnets, and ATTR_RECORD_WRITER::WriteAttributes().
|
inherited |
Definition at line 57 of file odb_attribute.cpp.
References m_ODBattributes.
Referenced by EDA_DATA::NET::Write(), ODB_COMPONENT::Write(), ODB_ARC::WriteRecordContent(), ODB_LINE::WriteRecordContent(), ODB_PAD::WriteRecordContent(), and ODB_SURFACE::WriteRecordContent().
| const size_t EDA_DATA::NET::m_index |
Definition at line 155 of file odb_eda_data.h.
Referenced by NET().
| wxString EDA_DATA::NET::m_name |
Definition at line 156 of file odb_eda_data.h.
|
inherited |
Definition at line 378 of file odb_attribute.h.
Referenced by WriteAttributes().
| std::list<std::unique_ptr<SUB_NET> > EDA_DATA::NET::subnets |
Definition at line 157 of file odb_eda_data.h.
Referenced by AddSubnet(), and Write().