|
RetroArch
|
#include <rmsgpack_dom.h>
Public Attributes | |
| enum rmsgpack_dom_type | type |
| union { | |
| uint64_t uint_ | |
| int64_t int_ | |
| struct { | |
| uint32_t len | |
| char * buff | |
| } string | |
| struct { | |
| uint32_t len | |
| char * buff | |
| } binary | |
| int bool_ | |
| struct { | |
| uint32_t len | |
| struct rmsgpack_dom_pair * items | |
| } map | |
| struct { | |
| uint32_t len | |
| struct rmsgpack_dom_value * items | |
| } array | |
| } | val |
| struct { ... } rmsgpack_dom_value::array |
| struct { ... } rmsgpack_dom_value::binary |
| int rmsgpack_dom_value::bool_ |
| char* rmsgpack_dom_value::buff |
| int64_t rmsgpack_dom_value::int_ |
| struct rmsgpack_dom_pair* rmsgpack_dom_value::items |
| struct rmsgpack_dom_value* rmsgpack_dom_value::items |
| uint32_t rmsgpack_dom_value::len |
| struct { ... } rmsgpack_dom_value::map |
| struct { ... } rmsgpack_dom_value::string |
| enum rmsgpack_dom_type rmsgpack_dom_value::type |
| uint64_t rmsgpack_dom_value::uint_ |
| union { ... } rmsgpack_dom_value::val |
1.8.15