KiCad PCB EDA Suite
|
CADSTAR Parts Library (*.lib) model - a data structure describing the contents of the file format. More...
#include <cadstar_parts_lib_model.h>
Public Attributes | |
std::optional< long > | m_FormatNumber |
std::map< long, CADSTAR_PART_NODE > | m_HierarchyNodes |
std::vector< CADSTAR_PART_ENTRY > | m_PartEntries |
CADSTAR Parts Library (*.lib) model - a data structure describing the contents of the file format.
Definition at line 41 of file cadstar_parts_lib_model.h.
std::optional<long> CADSTAR_PARTS_LIB_MODEL::m_FormatNumber |
Definition at line 43 of file cadstar_parts_lib_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
std::map<long, CADSTAR_PART_NODE> CADSTAR_PARTS_LIB_MODEL::m_HierarchyNodes |
Definition at line 44 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< HIERARCHY_NODE_ENTRY >::apply0(), and BOOST_AUTO_TEST_CASE().
std::vector<CADSTAR_PART_ENTRY> CADSTAR_PARTS_LIB_MODEL::m_PartEntries |
Definition at line 45 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< PART_ENTRY >::apply0(), BOOST_AUTO_TEST_CASE(), and CADSTAR_SCH_ARCHIVE_LOADER::LoadPartsLib().