MHEG5  18.9.0
MHEG5 Documentation
Public Attributes | List of all members
s_json_members Struct Reference

#include <mh5json.h>

Public Attributes

unsigned int tk_len
 
const char * tk_str
 
E_JSON_TYPE type
 
union {
   void *   ptr
 
   JsonCallback   cb_func
 
   U32BIT *   p_uint
 
   S_STRING *   p_str
 
u
 
const struct s_json_memberspChildren
 

Detailed Description

Definition at line 104 of file mh5json.h.

Member Data Documentation

JsonCallback s_json_members::cb_func

Definition at line 112 of file mh5json.h.

S_STRING* s_json_members::p_str

Definition at line 114 of file mh5json.h.

U32BIT* s_json_members::p_uint

Definition at line 113 of file mh5json.h.

const struct s_json_members* s_json_members::pChildren

Definition at line 116 of file mh5json.h.

void* s_json_members::ptr

Definition at line 111 of file mh5json.h.

unsigned int s_json_members::tk_len

Definition at line 106 of file mh5json.h.

const char* s_json_members::tk_str

Definition at line 107 of file mh5json.h.

E_JSON_TYPE s_json_members::type

Definition at line 108 of file mh5json.h.

union { ... } s_json_members::u

The documentation for this struct was generated from the following file: