Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Functions
json_spirit_writer_template.h File Reference
#include "json_spirit_value.h"
#include <cassert>
#include <sstream>
#include <iomanip>
Include dependency graph for json_spirit_writer_template.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  json_spirit::Generator< Value_type, Ostream_type >
 

Namespaces

 json_spirit
 

Functions

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)
 
template<class Value_type , class Ostream_type >
void json_spirit::write_stream (const Value_type &value, Ostream_type &os, bool pretty)
 
template<class Value_type >
Value_type::String_type json_spirit::write_string (const Value_type &value, bool pretty)