|
Bsoft 2.1.4
Bernard's software package
|
#include <cstddef>#include <ostream>#include <iostream>#include <fstream>#include <sstream>#include <vector>#include <map>#include <type_traits>Classes | |
| class | JSvalue |
| class | JSparser |
Enumerations | |
| enum | JStype { JSstring , JSbool , JSinteger , JSreal , JSobject , JSarray , JSnull } |
Functions | |
| ostream & | operator<< (ostream &output, JStype t) |
| ostream & | operator<< (ostream &output, JSvalue &jsv) |
| enum JStype |
| ostream & operator<< | ( | ostream & | output, |
| JStype | t | ||
| ) |
| ostream & operator<< | ( | ostream & | output, |
| JSvalue & | jsv | ||
| ) |