From 9021cdcdd01fc9dbcbe1f06391848c2ac915212f Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 26 Jul 2020 15:13:45 +0000 Subject: Generate docs for the 0.15 release --- doc/html/structjson__object__iter.html | 111 +++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 doc/html/structjson__object__iter.html (limited to 'doc/html/structjson__object__iter.html') diff --git a/doc/html/structjson__object__iter.html b/doc/html/structjson__object__iter.html new file mode 100644 index 0000000..bcfb2ce --- /dev/null +++ b/doc/html/structjson__object__iter.html @@ -0,0 +1,111 @@ + + + + + +json-c: json_object_iter Struct Reference + + + + + + +
+
+ + + + + + +
+
json-c +  0.15 +
+
+
+ + + + +
+
+ +
+
json_object_iter Struct Reference
+
+
+ + + + + + + + +

+Data Fields

char * key
 
struct json_objectval
 
struct lh_entryentry
 
+

Detailed Description

+

A structure to use with json_object_object_foreachC() loops. Contains key, val and entry members.

+

Field Documentation

+ +
+
+ + + + +
struct lh_entry* json_object_iter::entry
+
+ +
+
+ +
+
+ + + + +
char* json_object_iter::key
+
+ +
+
+ +
+
+ + + + +
struct json_object* json_object_iter::val
+
+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.1