CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
reader.h File Reference
#include "features.h"
#include "value.h"
#include <deque>
#include <stack>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  Json::Reader::ErrorInfo
 
class  Json::Reader
 Unserialize a JSON document into a Value. More...
 
class  Json::Reader::Token
 

Namespaces

 Json
 JSON (JavaScript Object Notation).
 

Functions

std::istream & Json::operator>> (std::istream &, Value &)
 Read from 'sin' into 'root'. More...