This is the complete list of members for gx_system::ModifyState, including all inherited members.
begin_array(bool nl=false) | gx_system::JsonWriter | |
begin_object(bool nl=false) | gx_system::JsonWriter | |
close() | gx_system::ModifyState | virtual |
end_array(bool nl=false) | gx_system::JsonWriter | |
end_object(bool nl=false) | gx_system::JsonWriter | |
flush() | gx_system::JsonWriter | |
good() | gx_system::JsonWriter | inline |
is_closed() | gx_system::JsonWriter | inline |
JsonWriter(ostream *o=0, bool enable_newlines=true) | gx_system::JsonWriter | |
ModifyState(const string &name) | gx_system::ModifyState | |
newline() | gx_system::JsonWriter | inline |
reset() | gx_system::JsonWriter | |
set_stream(ostream *o) | gx_system::JsonWriter | inline |
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::JsonWriter | inline |
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::JsonWriter | inline |
write_kv(const char *key, double v) | gx_system::JsonWriter | inline |
write_kv(const char *key, int i) | gx_system::JsonWriter | inline |
write_kv(const char *key, unsigned int i) | gx_system::JsonWriter | inline |
write_kv(const char *key, const char *p) | gx_system::JsonWriter | inline |
write_kv(const char *key, const std::string &s) | gx_system::JsonWriter | inline |
write_lit(const string &s, bool nl=false) | gx_system::JsonWriter | |
write_null(bool nl=false) | gx_system::JsonWriter | inline |
~JsonWriter() | gx_system::JsonWriter | virtual |
~ModifyState() | gx_system::ModifyState | |