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)
void*(* cJSON_Hooks::malloc_fn)(size_t sz)

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends