SimGrid  3.21
Versatile Simulation of Distributed Systems

Detailed Description

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 Documentation

◆ xbt_dict_t

typedef struct s_xbt_dict* xbt_dict_t

Dictionary data type (opaque structure)

◆ xbt_dictelm_t

typedef struct s_xbt_dictelm* xbt_dictelm_t

◆ s_xbt_dictelm_t

typedef struct s_xbt_dictelm s_xbt_dictelm_t

Function Documentation

◆ xbt_dict_new_homogeneous()

xbt_dict_t xbt_dict_new_homogeneous ( void_f_pvoid_t  free_ctn)

◆ xbt_dict_free()

void xbt_dict_free ( xbt_dict_t dict)

◆ xbt_dict_size()

unsigned int xbt_dict_size ( xbt_dict_t  dict)