cJSON Struct Reference

#include <pcl/outofcore/cJSON.h>

Collaboration diagram for cJSON:
Collaboration graph
[legend]

List of all members.

Public Attributes

struct cJSONnext
struct cJSONprev
struct cJSONchild
int type
char * valuestring
int valueint
double valuedouble
char * string

Detailed Description

Definition at line 48 of file cJSON.h.


Member Data Documentation

struct cJSON* cJSON::child [read]

Definition at line 50 of file cJSON.h.

struct cJSON* cJSON::next [read]

Definition at line 49 of file cJSON.h.

struct cJSON * cJSON::prev [read]

Definition at line 49 of file cJSON.h.

Definition at line 58 of file cJSON.h.

Definition at line 52 of file cJSON.h.

Definition at line 56 of file cJSON.h.

Definition at line 55 of file cJSON.h.

Definition at line 54 of file cJSON.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends