Multi-ApplicationOnlineProfiling
2.1
|
#include <jsonCache.h>
Data Fields | |
json_t * | cache |
void(* | set_handler )(char *, json_t *, void *) |
void(* | delete_handler )(char *, void *) |
void * | ctx |
Definition at line 360 of file jsonCache.h.
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.