#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 |
Definition at line 48 of file cJSON.h.
struct cJSON* cJSON::child [read] |
struct cJSON* cJSON::next [read] |
struct cJSON * cJSON::prev [read] |
| char* cJSON::string |
| int cJSON::type |
| double cJSON::valuedouble |
| int cJSON::valueint |
| char* cJSON::valuestring |