![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stdexcept>#include <iostream>#include <istream>#include <sstream>#include <string>#include <boost/lexical_cast.hpp>#include <stan/io/json/json_error.hpp>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... | |
| size_t column_ |
Definition at line 413 of file json_parser.hpp.
| Handler& h_ |
Definition at line 409 of file json_parser.hpp.
| std::istream& in_ |
Definition at line 410 of file json_parser.hpp.
| size_t line_ |
Definition at line 412 of file json_parser.hpp.
| char next_char_ |
Definition at line 411 of file json_parser.hpp.