Point Cloud Library (PCL)  1.7.0
Public Attributes
cJSON_Hooks Struct Reference

#include <pcl/outofcore/cJSON.h>

List of all members.

Public Attributes

void *(* malloc_fn )(size_t sz)
void(* free_fn )(void *ptr)

Detailed Description

Definition at line 61 of file cJSON.h.


Member Data Documentation

void(* cJSON_Hooks::free_fn)(void *ptr)

Definition at line 63 of file cJSON.h.

void*(* cJSON_Hooks::malloc_fn)(size_t sz)

Definition at line 62 of file cJSON.h.


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