| 
    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 174 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 186 of file specctra.h.
References OUTPUTFORMATTER::GetQuoteChar(), name, OUTPUTFORMATTER::Print(), and value.
| std::string DSN::PROPERTY::name | 
Definition at line 176 of file specctra.h.
Referenced by Format().
| std::string DSN::PROPERTY::value | 
Definition at line 177 of file specctra.h.
Referenced by Format().