KiCad PCB EDA Suite
ASCH_IMPLEMENTATION_LIST Struct Reference

#include <altium_parser_sch.h>

Public Member Functions

 ASCH_IMPLEMENTATION_LIST (const std::map< wxString, wxString > &aProps)
 

Public Attributes

int ownerindex
 

Detailed Description

Definition at line 845 of file altium_parser_sch.h.

Constructor & Destructor Documentation

◆ ASCH_IMPLEMENTATION_LIST()

ASCH_IMPLEMENTATION_LIST::ASCH_IMPLEMENTATION_LIST ( const std::map< wxString, wxString > &  aProps)
explicit

Definition at line 877 of file altium_parser_sch.cpp.

878{
879 wxASSERT( ReadRecord( aProps ) == ALTIUM_SCH_RECORD::IMPLEMENTATION_LIST );
880
881 ownerindex = ReadOwnerIndex( aProps );
882}
int ReadOwnerIndex(const std::map< wxString, wxString > &aProperties)
ALTIUM_SCH_RECORD ReadRecord(const std::map< wxString, wxString > &aProps)

References IMPLEMENTATION_LIST, ownerindex, ReadOwnerIndex(), and ReadRecord().

Member Data Documentation

◆ ownerindex

int ASCH_IMPLEMENTATION_LIST::ownerindex

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