#include <gx_json.h>
|
enum | token {
no_token = 0x0000,
end_token = 0x0001,
begin_object = 0x002,
end_object = 0x0004,
begin_array = 0x0008,
end_array = 0x0010,
value_string = 0x0020,
value_number = 0x0040,
value_key = 0x0080,
value_null = 0x0100,
value_false = 0x0200,
value_true = 0x0400,
value_bool = 0x0600
} |
|
Definition at line 202 of file gx_json.h.
◆ JsonStringParser()
gx_system::JsonStringParser::JsonStringParser |
( |
| ) |
|
|
inline |
◆ get_ostream()
std::ostream& gx_system::JsonStringParser::get_ostream |
( |
| ) |
|
|
inline |
◆ get_string()
std::string gx_system::JsonStringParser::get_string |
( |
| ) |
|
|
inline |
◆ peek_first_char()
char gx_system::JsonStringParser::peek_first_char |
( |
| ) |
|
|
inline |
◆ put()
void gx_system::JsonStringParser::put |
( |
char |
c | ) |
|
|
inline |
◆ reset()
void gx_system::JsonStringParser::reset |
( |
void |
| ) |
|
|
inline |
◆ start_parser()
void gx_system::JsonStringParser::start_parser |
( |
| ) |
|
|
inline |
◆ stream
std::stringstream gx_system::JsonStringParser::stream |
|
private |
The documentation for this class was generated from the following file: