#include "json_spirit_value.h"
#include "json_spirit_writer_options.h"
#include <cassert>
#include <sstream>
#include <iomanip>
#include <boost/io/ios_state.hpp>
Go to the source code of this file.
|
char | json_spirit::to_hex_char (unsigned int c) |
|
template<class String_type > |
String_type | json_spirit::non_printable_to_string (unsigned int c) |
|
template<typename Char_type , class String_type > |
bool | json_spirit::add_esc_char (Char_type c, String_type &s) |
|
template<class String_type > |
String_type | json_spirit::add_esc_chars (const String_type &s, bool raw_utf8) |
|
template<class Ostream > |
void | json_spirit::append_double (Ostream &os, const double d, const int precision) |
|
template<class String_type > |
void | json_spirit::erase_and_extract_exponent (String_type &str, String_type &exp) |
|
template<class String_type > |
String_type::size_type | json_spirit::find_first_non_zero (const String_type &str) |
|
template<class String_type > |
void | json_spirit::remove_trailing (String_type &str) |
|
template<class Value_type , class Ostream_type > |
void | json_spirit::write_stream (const Value_type &value, Ostream_type &os, unsigned int options=0) |
|
template<class Value_type > |
Value_type::String_type | json_spirit::write_string (const Value_type &value, unsigned int options=0) |
|