#include <pcl/pcl_macros.h>
#include <string>
Go to the source code of this file.
Classes |
struct | cJSON |
struct | cJSON_Hooks |
Defines |
#define | cJSON_AddFalseToObject(object, name) cJSON_AddItemToObject(object, name, cJSON_CreateFalse()) |
#define | cJSON_AddNullToObject(object, name) cJSON_AddItemToObject(object, name, cJSON_CreateNull()) |
#define | cJSON_AddNumberToObject(object, name, n) cJSON_AddItemToObject(object, name, cJSON_CreateNumber(n)) |
#define | cJSON_AddStringToObject(object, name, s) cJSON_AddItemToObject(object, name, cJSON_CreateString(s)) |
#define | cJSON_AddTrueToObject(object, name) cJSON_AddItemToObject(object, name, cJSON_CreateTrue()) |
#define | cJSON_Array 5 |
#define | cJSON_False 0 |
#define | cJSON_IsReference 256 |
#define | cJSON_NULL 2 |
#define | cJSON_Number 3 |
#define | cJSON_Object 6 |
#define | cJSON_String 4 |
#define | cJSON_True 1 |
Typedefs |
typedef struct cJSON | cJSON |
typedef struct cJSON_Hooks | cJSON_Hooks |
Functions |
| PCLAPI (void) cJSON_InitHooks(cJSON_Hooks *hooks) |
| PCLAPI (cJSON *) cJSON_Parse(const char *value) |
| PCLAPI (char *) cJSON_Print(cJSON *item) |
| PCLAPI (int) cJSON_GetArraySize(cJSON *array) |
| PCLAPI (const char *) cJSON_GetErrorPtr() |
Variables |
int | count |
int | item |
int cJSON * | newitem |
std::string & | s |
const char * | string |
int | which |
Define Documentation
Typedef Documentation
Function Documentation
Variable Documentation