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

Public Attributes

size_t len
 
size_t used
 
unsigned char * data
 
yajl_alloc_funcsalloc
 

Detailed Description

Definition at line 25 of file yajl_buf.c.

Member Data Documentation

yajl_alloc_funcs* yajl_buf_t::alloc

Definition at line 29 of file yajl_buf.c.

unsigned char* yajl_buf_t::data

Definition at line 28 of file yajl_buf.c.

size_t yajl_buf_t::len

Definition at line 26 of file yajl_buf.c.

size_t yajl_buf_t::used

Definition at line 27 of file yajl_buf.c.


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