KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sexpr.cpp File Reference
#include "sexpr/sexpr.h"
#include <cctype>
#include <iterator>
#include <stdexcept>
#include <iomanip>
#include <sstream>
#include <wx/debug.h>

Go to the source code of this file.

Namespaces

namespace  SEXPR
 

Functions

SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, const ISEXPRABLE &obj)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, int64_t value)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, int32_t value)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, float value)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, double value)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, std::string value)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, SEXPR *obj)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, const _OUT_STRING setting)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, ISEXPRABLE &obj)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, int32_t &inte)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, std::string &str)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, int64_t &lint)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, float &fl)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, double &dbl)
 
SEXPR_LIST & SEXPR::operator>> (SEXPR_LIST &input, const _IN_STRING is)
 
SEXPR_LIST & SEXPR::operator<< (SEXPR_LIST &list, SEXPR_LIST *list2)