bindbc.hb.bind.map

Undocumented in source.

Members

Functions

hb_map_allocation_successful
hb_bool_t hb_map_allocation_successful(const(hb_map_t)* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_clear
void hb_map_clear(hb_map_t* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_create
hb_map_t* hb_map_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_del
void hb_map_del(hb_map_t* map, hb_codepoint_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_destroy
void hb_map_destroy(hb_map_t* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get
hb_codepoint_t hb_map_get(const(hb_map_t)* map, hb_codepoint_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get_empty
hb_map_t* hb_map_get_empty()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get_population
uint hb_map_get_population(const(hb_map_t)* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get_user_data
void* hb_map_get_user_data(hb_map_t* map, hb_user_data_key_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_has
hb_bool_t hb_map_has(const(hb_map_t)* map, hb_codepoint_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_is_empty
hb_bool_t hb_map_is_empty(const(hb_map_t)* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_reference
hb_map_t* hb_map_reference(hb_map_t* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_set
void hb_map_set(hb_map_t* map, hb_codepoint_t key, hb_codepoint_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_set_user_data
hb_bool_t hb_map_set_user_data(hb_map_t* map, hb_user_data_key_t* key, void* data, hb_destroy_func_t destroy, hb_bool_t replace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Static variables

hb_map_allocation_successful
fp_hb_map_allocation_successful hb_map_allocation_successful;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_clear
fp_hb_map_clear hb_map_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_create
fp_hb_map_create hb_map_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_del
fp_hb_map_del hb_map_del;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_destroy
fp_hb_map_destroy hb_map_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get
fp_hb_map_get hb_map_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get_empty
fp_hb_map_get_empty hb_map_get_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get_population
fp_hb_map_get_population hb_map_get_population;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_get_user_data
fp_hb_map_get_user_data hb_map_get_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_has
fp_hb_map_has hb_map_has;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_is_empty
fp_hb_map_is_empty hb_map_is_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_reference
fp_hb_map_reference hb_map_reference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_set
fp_hb_map_set hb_map_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_map_set_user_data
fp_hb_map_set_user_data hb_map_set_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta