Guitarix
gx_system::JsonStringWriter Member List

This is the complete list of members for gx_system::JsonStringWriter, including all inherited members.

begin_array(bool nl=false)gx_system::JsonWriter
begin_object(bool nl=false)gx_system::JsonWriter
close()gx_system::JsonWritervirtual
deferred_nlgx_system::JsonWriterprivate
end_array(bool nl=false)gx_system::JsonWriter
end_object(bool nl=false)gx_system::JsonWriter
finish()gx_system::JsonStringWriterinline
firstgx_system::JsonWriterprivate
flush()gx_system::JsonWriter
get_string()gx_system::JsonStringWriterinline
good()gx_system::JsonWriterinline
iminus()gx_system::JsonWriterprivate
indentgx_system::JsonWriterprivate
iplus()gx_system::JsonWriterprivate
is_closed()gx_system::JsonWriterinline
JsonStringWriter()gx_system::JsonStringWriterinline
JsonWriter(ostream *o=0, bool enable_newlines=true)gx_system::JsonWriter
komma()gx_system::JsonWriterprivate
newline()gx_system::JsonWriterinline
osgx_system::JsonWriterprivate
reset()gx_system::JsonStringWriterinline
send_notify_begin(const char *method)gx_system::JsonStringWriter
send_notify_end()gx_system::JsonStringWriter
set_stream(ostream *o)gx_system::JsonWriterinline
snl(bool v)gx_system::JsonWriterinlineprivate
space()gx_system::JsonWriterprivate
streamgx_system::JsonStringWriterprivate
write(float v, bool nl=false)gx_system::JsonWriter
write(double v, bool nl=false)gx_system::JsonWriter
write(int i, bool nl=false)gx_system::JsonWriter
write(unsigned int i, bool nl=false)gx_system::JsonWriter
write(const char *p, bool nl=false)gx_system::JsonWriter
write(const string &s, bool nl=false)gx_system::JsonWriterinline
write_key(const char *p, bool nl=false)gx_system::JsonWriter
write_key(const string &p, bool nl=false)gx_system::JsonWriter
write_kv(const char *key, float v)gx_system::JsonWriterinline
write_kv(const char *key, double v)gx_system::JsonWriterinline
write_kv(const char *key, int i)gx_system::JsonWriterinline
write_kv(const char *key, unsigned int i)gx_system::JsonWriterinline
write_kv(const char *key, const char *p)gx_system::JsonWriterinline
write_kv(const char *key, const std::string &s)gx_system::JsonWriterinline
write_lit(const string &s, bool nl=false)gx_system::JsonWriter
write_null(bool nl=false)gx_system::JsonWriterinline
~JsonWriter()gx_system::JsonWritervirtual