Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
jsonCache Struct Reference

#include <jsonCache.h>

Collaboration diagram for jsonCache:
Collaboration graph

Data Fields

json_tcache
 
void(* set_handler )(char *, json_t *, void *)
 
void(* delete_handler )(char *, void *)
 
void * ctx
 

Detailed Description

Definition at line 360 of file jsonCache.h.

Field Documentation

json_t* jsonCache::cache

Definition at line 362 of file jsonCache.h.

void* jsonCache::ctx

Definition at line 366 of file jsonCache.h.

void(* jsonCache::delete_handler)(char *, void *)

Definition at line 365 of file jsonCache.h.

void(* jsonCache::set_handler)(char *, json_t *, void *)

Definition at line 364 of file jsonCache.h.


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