KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PARTS_LIB_MODEL Struct Reference

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_NODEm_HierarchyNodes
 
std::vector< CADSTAR_PART_ENTRYm_PartEntries
 

Detailed Description

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.

Member Data Documentation

◆ m_FormatNumber

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().

◆ m_HierarchyNodes

std::map<long, CADSTAR_PART_NODE> CADSTAR_PARTS_LIB_MODEL::m_HierarchyNodes

◆ m_PartEntries

std::vector<CADSTAR_PART_ENTRY> CADSTAR_PARTS_LIB_MODEL::m_PartEntries

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