48#include <boost/property_tree/ptree_fwd.hpp> 
   52typedef boost::property_tree::ptree         
PTREE;
 
Implement a lexical analyzer for the SPECCTRA DSN file format.
 
boost::property_tree::ptree_error PTREE_ERROR
 
boost::property_tree::ptree PTREE
 
void Format(OUTPUTFORMATTER *out, int aNestLevel, int aCtl, const CPTREE &aTree)
Output a PTREE into s-expression format via an OUTPUTFORMATTER derivative.
 
void Scan(PTREE *aTree, DSNLEXER *aLexer)
Fill an empty PTREE with information from a KiCad s-expression stream.