jansson_d.jansson_private

Members

Aliases

jsonp_dtostr
alias jsonp_dtostr = jansson_d.strconv.jsonp_dtostr
Undocumented in source.
jsonp_error_init
alias jsonp_error_init = jansson_d.error.jsonp_error_init
Undocumented in source.
jsonp_error_set
alias jsonp_error_set = jansson_d.error.jsonp_error_set
Undocumented in source.
jsonp_error_set_source
alias jsonp_error_set_source = jansson_d.error.jsonp_error_set_source
Undocumented in source.
jsonp_error_vset
alias jsonp_error_vset = jansson_d.error.jsonp_error_vset
Undocumented in source.
jsonp_free
alias jsonp_free = jansson_d.memory.jsonp_free
Undocumented in source.
jsonp_loop_check
alias jsonp_loop_check = jansson_d.value.jsonp_loop_check
Undocumented in source.
jsonp_malloc
alias jsonp_malloc = jansson_d.memory.jsonp_malloc
Undocumented in source.
jsonp_strdup
alias jsonp_strdup = jansson_d.memory.jsonp_strdup
Undocumented in source.
jsonp_stringn_nocheck_own
alias jsonp_stringn_nocheck_own = jansson_d.value.jsonp_stringn_nocheck_own
Undocumented in source.
jsonp_strndup
alias jsonp_strndup = jansson_d.memory.jsonp_strndup
Undocumented in source.
jsonp_strtod
alias jsonp_strtod = jansson_d.strconv.jsonp_strtod
Undocumented in source.
snprintf
alias snprintf = core.stdc.stdio._snprintf
Undocumented in source.
snprintf
alias snprintf = core.stdc.stdio.snprintf
Undocumented in source.
snprintf
alias snprintf = core.stdc.stdio._snprintf
Undocumented in source.
snprintf
alias snprintf = core.stdc.stdio.snprintf
Undocumented in source.
va_copy
alias va_copy = core.stdc.stdarg.va_copy
Undocumented in source.
vsnprintf
alias vsnprintf = core.stdc.stdio._vsnprintf
Undocumented in source.
vsnprintf
alias vsnprintf = core.stdc.stdio.vsnprintf
Undocumented in source.
vsnprintf
alias vsnprintf = core.stdc.stdio._vsnprintf
Undocumented in source.
vsnprintf
alias vsnprintf = core.stdc.stdio.vsnprintf
Undocumented in source.

Functions

va_copy
void va_copy(A a, B b)
Undocumented in source.

Manifest constants

LOOP_KEY_LEN
enum LOOP_KEY_LEN;
Undocumented in source.

Structs

json_array_t
struct json_array_t
Undocumented in source.
json_integer_t
struct json_integer_t
Undocumented in source.
json_object_t
struct json_object_t
Undocumented in source.
json_real_t
struct json_real_t
Undocumented in source.
json_string_t
struct json_string_t
Undocumented in source.

Templates

container_of
template container_of(string ptr_, string type_, string member_)
Undocumented in source.
json_to_array
template json_to_array(string json_)
Undocumented in source.
json_to_integer
template json_to_integer(string json_)
Undocumented in source.
json_to_object
template json_to_object(string json_)
Undocumented in source.
json_to_real
template json_to_real(string json_)
Undocumented in source.
json_to_string
template json_to_string(string json_)
Undocumented in source.
max
template max(string a, string b)
Undocumented in source.

Meta