The C++ framework for developing highly scalable, high performance servers on Windows platforms.

json_reader.cpp File Reference


Namespaces

namespace  Json

Typedefs

typedef
std::auto_ptr
< CharReader > 
CharReaderPtr

Functions

static bool containsNewLine (Reader::Location begin, Reader::Location end)
static std::string normalizeEOL (Reader::Location begin, Reader::Location end)
static void getValidReaderKeys (std::set< std::string > *valid_keys)
bool parseFromStream (CharReader::Factory const &, std::istream &, Value *root, std::string *errs)
 Consume entire stream and use its begin/end.
JSON_API std::istream & operator>> (std::istream &, Value &)

Variables

static int const stackLimit_g = 1000
static int stackDepth_g = 0


Variable Documentation

int stackDepth_g = 0 [static]

int const stackLimit_g = 1000 [static]


Generated on Sun Sep 12 19:06:43 2021 for The Server Framework - v7.4 by doxygen 1.5.3