KiCad PCB EDA Suite
|
#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 |
Definition at line 168 of file specctra.h.
|
inline |
Write this object as ASCII out to an OUTPUTFORMATTER according to the SPECCTRA DSN format.
out | The formatter to write to. |
nestLevel | A multiple of the number of spaces to precede the output with. |
IO_ERROR | if 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.
std::string DSN::PROPERTY::name |
Definition at line 170 of file specctra.h.
Referenced by Format().
std::string DSN::PROPERTY::value |
Definition at line 171 of file specctra.h.
Referenced by Format().