KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DSN::PROPERTY Struct Reference

#include <specctra.h>

Public Member Functions

void Format (OUTPUTFORMATTER *out, int nestLevel) const
 Write this object as ASCII out to an OUTPUTFORMATTER according to the SPECCTRA DSN format.
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Definition at line 168 of file specctra.h.

Member Function Documentation

◆ Format()

void DSN::PROPERTY::Format ( OUTPUTFORMATTER out,
int  nestLevel 
) const
inline

Write this object as ASCII out to an OUTPUTFORMATTER according to the SPECCTRA DSN format.

Parameters
outThe formatter to write to.
nestLevelA multiple of the number of spaces to precede the output with.
Exceptions
IO_ERRORif a system error writing the output, such as a full disk.

Definition at line 180 of file specctra.h.

References OUTPUTFORMATTER::GetQuoteChar(), name, OUTPUTFORMATTER::Print(), and value.

Member Data Documentation

◆ name

std::string DSN::PROPERTY::name

Definition at line 170 of file specctra.h.

Referenced by Format().

◆ value

std::string DSN::PROPERTY::value

Definition at line 171 of file specctra.h.

Referenced by Format().


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