Stan  2.10.0
probability, sampling & optimization
Namespaces | Functions
json_parser.hpp File Reference
#include <boost/lexical_cast.hpp>
#include <stan/io/validate_zero_buf.hpp>
#include <stan/io/json/json_error.hpp>
#include <stdexcept>
#include <iostream>
#include <istream>
#include <sstream>
#include <string>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::json
 

Functions

template<bool Validate_UTF_8, typename Handler >
void stan::json::parse (std::istream &in, Handler &handler)
 Parse the JSON text represented by the specified input stream, sending events to the specified handler, and optionally validating the UTF-8 encoding. More...
 
template<typename Handler >
void stan::json::parse (std::istream &in, Handler &handler)
 Parse the JSON text represented by the specified input stream, sending events to the specified handler, and optionally validating the UTF-8 encoding. More...
 

Variable Documentation

size_t column_

Definition at line 417 of file json_parser.hpp.

Handler& h_

Definition at line 413 of file json_parser.hpp.

std::istream& in_

Definition at line 414 of file json_parser.hpp.

size_t line_

Definition at line 416 of file json_parser.hpp.

char next_char_

Definition at line 415 of file json_parser.hpp.


     [ Stan Home Page ] © 2011–2016, Stan Development Team.