|
typedef std::map< std::string, unsigned > | keymap |
|
Definition at line 209 of file json.h.
◆ keymap
◆ node() [1/3]
◆ node() [2/3]
json::node::node |
( |
const node & |
| ) |
|
|
delete |
◆ node() [3/3]
json::node::node |
( |
const std::string & |
key_ | ) |
|
|
explicit |
◆ ~node()
◆ operator=()
void json::node::operator= |
( |
const node & |
| ) |
|
|
delete |
◆ childs
std::vector< std::unique_ptr<node> > json::node::childs |
◆ intval
uint64_t json::node::intval = 0 |
◆ intval_hi
uint64_t json::node::intval_hi = 0 |
◆ key
std::string json::node::key |
◆ key2index
◆ strval
std::string json::node::strval |
◆ type
The documentation for this struct was generated from the following files: