KiCad PCB EDA Suite
|
#include <odb_attribute.h>
Public Member Functions | |
ATTR_RECORD_WRITER ()=default | |
virtual | ~ATTR_RECORD_WRITER ()=default |
void | WriteAttributes (std::ostream &ost) const |
Public Attributes | |
std::map< unsigned int, std::string > | attributes |
Definition at line 339 of file odb_attribute.h.
|
default |
|
virtualdefault |
void ATTR_RECORD_WRITER::WriteAttributes | ( | std::ostream & | ost | ) | const |
Definition at line 57 of file odb_attribute.cpp.
References attributes, and ODB::CHECK_ONCE::first.
Referenced by ODB_COMPONENT::Write(), EDA_DATA::NET::Write(), ODB_LINE::WriteRecordContent(), ODB_ARC::WriteRecordContent(), ODB_PAD::WriteRecordContent(), and ODB_SURFACE::WriteRecordContent().
std::map<unsigned int, std::string> ATTR_RECORD_WRITER::attributes |
Definition at line 348 of file odb_attribute.h.
Referenced by WriteAttributes().