yajl.common

Undocumented in source.

Members

Classes

YajlException
class YajlException

Exception for yajl-d

Functions

yajlFree
void yajlFree(void* ctx, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
yajlMalloc
void* yajlMalloc(void* ctx, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
yajlRealloc
void* yajlRealloc(void* ctx, void* previous, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

JSONName
struct JSONName
Undocumented in source.

Templates

getFieldName
template getFieldName(Type, size_t i)
Undocumented in source.
isNullable
template isNullable(N)
Undocumented in source.

Variables

yajlAllocFuncs
yajl_alloc_funcs yajlAllocFuncs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta