point_cloud_library / 1.12.1 / structc_j_s_o_n.html /

#include <pcl/outofcore/cJSON.h>

Public Attributes

struct cJSON * next
struct cJSON * prev
struct cJSON * child
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:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structc_j_s_o_n.html