KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
TRIPLET Struct Reference

segment (element) of our XPATH into the Eagle XML document tree in PTREE form. More...

#include <eagle_parser.h>

Public Member Functions

 TRIPLET (const char *aElement, const char *aAttribute="", const char *aValue="")
 

Public Attributes

const char * element
 
const char * attribute
 
const char * value
 

Detailed Description

segment (element) of our XPATH into the Eagle XML document tree in PTREE form.

Definition at line 96 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ TRIPLET()

TRIPLET::TRIPLET ( const char *  aElement,
const char *  aAttribute = "",
const char *  aValue = "" 
)
inline

Definition at line 102 of file eagle_parser.h.

Member Data Documentation

◆ attribute

const char* TRIPLET::attribute

Definition at line 99 of file eagle_parser.h.

◆ element

const char* TRIPLET::element

Definition at line 98 of file eagle_parser.h.

◆ value

const char* TRIPLET::value

Definition at line 100 of file eagle_parser.h.


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