Point Cloud Library (PCL)  1.14.1-dev
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 47 of file cJSON.h.

Member Data Documentation

◆ child

struct cJSON* cJSON::child

Definition at line 49 of file cJSON.h.

◆ next

struct cJSON* cJSON::next

Definition at line 48 of file cJSON.h.

◆ prev

struct cJSON * cJSON::prev

Definition at line 48 of file cJSON.h.

◆ string

char* cJSON::string

Definition at line 57 of file cJSON.h.

◆ type

int cJSON::type

Definition at line 51 of file cJSON.h.

◆ valuedouble

double cJSON::valuedouble

Definition at line 55 of file cJSON.h.

◆ valueint

int cJSON::valueint

Definition at line 54 of file cJSON.h.

◆ valuestring

char* cJSON::valuestring

Definition at line 53 of file cJSON.h.


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