GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A JSON writer. More...
#include <gp_json_writer.h>
Data Fields | |
void(* | err_print )(void *err_print_priv, const char *line) |
int(* | out )(struct gp_json_writer *self, const char *buf, size_t buf_size) |
A JSON writer.
Definition at line 30 of file gp_json_writer.h.
void(* gp_json_writer::err_print) (void *err_print_priv, const char *line) |
Handler to print errors and warnings
Definition at line 36 of file gp_json_writer.h.
int(* gp_json_writer::out) (struct gp_json_writer *self, const char *buf, size_t buf_size) |
Handler to produce JSON output
Definition at line 41 of file gp_json_writer.h.