Point Cloud Library (PCL)  1.8.0
List of all members | Public Attributes
cJSON Struct Reference

#include <pcl/outofcore/cJSON.h>

+ Collaboration diagram for cJSON:

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

§ child

struct cJSON* cJSON::child

Definition at line 50 of file cJSON.h.

§ next

struct cJSON* cJSON::next

Definition at line 49 of file cJSON.h.

§ prev

struct cJSON * cJSON::prev

Definition at line 49 of file cJSON.h.

§ string

char* cJSON::string

Definition at line 58 of file cJSON.h.

§ type

int cJSON::type

Definition at line 52 of file cJSON.h.

§ valuedouble

double cJSON::valuedouble

Definition at line 56 of file cJSON.h.

§ valueint

int cJSON::valueint

Definition at line 55 of file cJSON.h.

§ valuestring

char* cJSON::valuestring

Definition at line 54 of file cJSON.h.


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