#include <qcschema_json.h>
Public Attributes | |
| _json_value * | parent |
| json_type | type |
| union { | |
| int boolean | |
| json_int_t integer | |
| double dbl | |
| struct { | |
| unsigned int length | |
| json_char * ptr | |
| } string | |
| struct { | |
| unsigned int length | |
| json_object_entry * values | |
| } object | |
| struct { | |
| unsigned int length | |
| _json_value ** values | |
| } array | |
| } | u |
| union { | |
| _json_value * next_alloc | |
| void * object_mem | |
| } | _reserved |
|
|
Referenced by json_parse_ex, and new_value. |
|
|
|
|
|
Definition at line 109 of file qcschema_json.h. |
|
|
Definition at line 111 of file qcschema_json.h. |
|
|
Definition at line 110 of file qcschema_json.h. |
|
|
Definition at line 139 of file qcschema_json.h. |
|
|
Definition at line 157 of file qcschema_json.h. |
|
|
|
|
|
Definition at line 158 of file qcschema_json.h. |
|
|
Definition at line 103 of file qcschema_json.h. Referenced by json_parse_ex, json_value_free_ex, and new_value. |
|
|
Definition at line 116 of file qcschema_json.h. |
|
|
|
|
|
Definition at line 105 of file qcschema_json.h. Referenced by json_parse_ex, json_value_free_ex, and new_value. |
|
|
Referenced by json_parse_ex, json_value_free_ex, new_value, open_qcschema_read, and read_qcschema_structure. |
|
|
Definition at line 140 of file qcschema_json.h. |
|
|
Definition at line 124 of file qcschema_json.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002