KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EASYEDAPRO::V3_DOC_RAW Struct Reference

Raw parsed document from an EasyEDA Pro v3 .epru stream. More...

#include <easyedapro_v3_parser.h>

Public Attributes

wxString docType
 
wxString uuid
 
nlohmann::json head
 
std::vector< V3_ROWrows
 
std::map< wxString, size_t > rowById
 

Detailed Description

Raw parsed document from an EasyEDA Pro v3 .epru stream.

Definition at line 54 of file easyedapro_v3_parser.h.

Member Data Documentation

◆ docType

wxString EASYEDAPRO::V3_DOC_RAW::docType

Definition at line 56 of file easyedapro_v3_parser.h.

◆ head

nlohmann::json EASYEDAPRO::V3_DOC_RAW::head

Definition at line 58 of file easyedapro_v3_parser.h.

◆ rowById

std::map<wxString, size_t> EASYEDAPRO::V3_DOC_RAW::rowById

Definition at line 60 of file easyedapro_v3_parser.h.

◆ rows

◆ uuid

wxString EASYEDAPRO::V3_DOC_RAW::uuid

Definition at line 57 of file easyedapro_v3_parser.h.


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