yajl.c.gen

Undocumented in source.

Members

Aliases

yajl_gen
alias yajl_gen = yajl_gen_t*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_print_t
alias yajl_print_t = void function(void*, const(char)*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

yajl_gen_option
enum yajl_gen_option
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_status
enum yajl_gen_status
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

yajl_gen_alloc
yajl_gen yajl_gen_alloc(const(yajl_alloc_funcs)* allocFuncs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_array_close
yajl_gen_status yajl_gen_array_close(yajl_gen hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_array_open
yajl_gen_status yajl_gen_array_open(yajl_gen hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_bool
yajl_gen_status yajl_gen_bool(yajl_gen hand, int boolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_clear
void yajl_gen_clear(yajl_gen hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_config
int yajl_gen_config(yajl_gen g, yajl_gen_option opt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_double
yajl_gen_status yajl_gen_double(yajl_gen hand, double number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_free
void yajl_gen_free(yajl_gen handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_get_buf
yajl_gen_status yajl_gen_get_buf(yajl_gen hand, const(ubyte*)* buf, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_integer
yajl_gen_status yajl_gen_integer(yajl_gen hand, long number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_map_close
yajl_gen_status yajl_gen_map_close(yajl_gen hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_map_open
yajl_gen_status yajl_gen_map_open(yajl_gen hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_null
yajl_gen_status yajl_gen_null(yajl_gen hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_number
yajl_gen_status yajl_gen_number(yajl_gen hand, const(char)* num, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_reset
void yajl_gen_reset(yajl_gen g, const(char)* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_gen_string
yajl_gen_status yajl_gen_string(yajl_gen hand, const(ubyte)* str, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta