Namespaces | Functions
json_reader.cpp File Reference
#include <bwi_tools/json/reader.h>
#include <bwi_tools/json/value.h>
#include <utility>
#include <cstdio>
#include <cassert>
#include <cstring>
#include <iostream>
#include <stdexcept>
Include dependency graph for json_reader.cpp:

Go to the source code of this file.

Namespaces

namespace  Json
 

JSON (JavaScript Object Notation).


Functions

static std::string Json::codePointToUTF8 (unsigned int cp)
static bool Json::containsNewLine (Reader::Location begin, Reader::Location end)
static bool Json::in (Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
static bool Json::in (Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5)
std::istream & Json::operator>> (std::istream &, Value &)
 Read from 'sin' into 'root'.


bwi_tools
Author(s): Piyush Khandelwal
autogenerated on Thu Jun 6 2019 17:57:26