KiCad PCB EDA Suite
Loading...
Searching...
No Matches
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 91 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ TRIPLET()

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

Definition at line 97 of file eagle_parser.h.

Member Data Documentation

◆ attribute

const char* TRIPLET::attribute

Definition at line 94 of file eagle_parser.h.

◆ element

const char* TRIPLET::element

Definition at line 93 of file eagle_parser.h.

◆ value

const char* TRIPLET::value

Definition at line 95 of file eagle_parser.h.


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