#include <gx_json.h>
|
void | close () |
|
void | close_nocheck () |
|
void | abort () |
|
| PresetTransformer (string filename, istream *is) |
|
| ~PresetTransformer () |
|
| JsonWriter (ostream *o=0, bool enable_newlines=true) |
|
virtual | ~JsonWriter () |
|
void | reset () |
|
void | set_stream (ostream *o) |
|
bool | good () |
|
void | flush () |
|
virtual void | close () |
|
bool | is_closed () |
|
void | write (float v, bool nl=false) |
|
void | write (double v, bool nl=false) |
|
void | write (int i, bool nl=false) |
|
void | write (unsigned int i, bool nl=false) |
|
void | write (const char *p, bool nl=false) |
|
void | write (const string &s, bool nl=false) |
|
void | write_kv (const char *key, float v) |
|
void | write_kv (const char *key, double v) |
|
void | write_kv (const char *key, int i) |
|
void | write_kv (const char *key, unsigned int i) |
|
void | write_kv (const char *key, const char *p) |
|
void | write_kv (const char *key, const std::string &s) |
|
void | write_lit (const string &s, bool nl=false) |
|
void | begin_object (bool nl=false) |
|
void | end_object (bool nl=false) |
|
void | begin_array (bool nl=false) |
|
void | end_array (bool nl=false) |
|
void | write_key (const char *p, bool nl=false) |
|
void | write_key (const string &p, bool nl=false) |
|
void | write_null (bool nl=false) |
|
void | newline () |
|
Definition at line 274 of file gx_json.h.
◆ PresetTransformer()
gx_system::PresetTransformer::PresetTransformer |
( |
string |
filename, |
|
|
istream * |
is |
|
) |
| |
◆ ~PresetTransformer()
gx_system::PresetTransformer::~PresetTransformer |
( |
| ) |
|
◆ abort()
void gx_system::PresetTransformer::abort |
( |
| ) |
|
◆ close()
void gx_system::PresetTransformer::close |
( |
| ) |
|
|
virtual |
◆ close_nocheck()
void gx_system::PresetTransformer::close_nocheck |
( |
| ) |
|
◆ filename
string gx_system::PresetTransformer::filename |
|
private |
◆ header
◆ is
istream* gx_system::PresetTransformer::is |
|
protected |
◆ jp
◆ os
ofstream gx_system::PresetTransformer::os |
|
private |
◆ tmpfile
string gx_system::PresetTransformer::tmpfile |
|
private |
The documentation for this class was generated from the following file: