SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Typedefs | |
typedef struct s_xbt_dict * | xbt_dict_t |
Dictionary data type (opaque structure) More... | |
typedef struct s_xbt_dictelm * | xbt_dictelm_t |
typedef struct s_xbt_dictelm | s_xbt_dictelm_t |
Functions | |
xbt_dict_t | xbt_dict_new_homogeneous (void_f_pvoid_t free_ctn) |
void | xbt_dict_free (xbt_dict_t *dict) |
unsigned int | xbt_dict_size (xbt_dict_t dict) |
typedef struct s_xbt_dict* xbt_dict_t |
Dictionary data type (opaque structure)
typedef struct s_xbt_dictelm* xbt_dictelm_t |
typedef struct s_xbt_dictelm s_xbt_dictelm_t |
xbt_dict_t xbt_dict_new_homogeneous | ( | void_f_pvoid_t | free_ctn | ) |
void xbt_dict_free | ( | xbt_dict_t * | dict | ) |
unsigned int xbt_dict_size | ( | xbt_dict_t | dict | ) |