This is Unofficial EPICS BASE Doxygen Site
yajl_gen_t Struct Reference
+ Collaboration diagram for yajl_gen_t:

Public Attributes

unsigned int flags
 
unsigned int depth
 
const char * indentString
 
yajl_gen_state state [YAJL_MAX_DEPTH]
 
yajl_print_t print
 
void * ctx
 
yajl_alloc_funcs alloc
 

Detailed Description

Definition at line 38 of file yajl_gen.c.

Member Data Documentation

yajl_alloc_funcs yajl_gen_t::alloc

Definition at line 47 of file yajl_gen.c.

void* yajl_gen_t::ctx

Definition at line 45 of file yajl_gen.c.

unsigned int yajl_gen_t::depth

Definition at line 41 of file yajl_gen.c.

unsigned int yajl_gen_t::flags

Definition at line 40 of file yajl_gen.c.

const char* yajl_gen_t::indentString

Definition at line 42 of file yajl_gen.c.

yajl_print_t yajl_gen_t::print

Definition at line 44 of file yajl_gen.c.

yajl_gen_state yajl_gen_t::state[YAJL_MAX_DEPTH]

Definition at line 43 of file yajl_gen.c.


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