SimGrid
3.9
Versatile Simulation of Distributed Systems
|
Data Structures | |
struct | xbt_set_elm_ |
It must be possible to cast set elements to this type. More... |
Typedefs | |
typedef struct xbt_set_ * | xbt_set_t |
Opaque type representing a set. | |
typedef struct xbt_set_elm_ | s_xbt_set_elm_t |
It must be possible to cast set elements to this type. |
Functions | |
xbt_set_t | xbt_set_new (void) |
Constructor. | |
void | xbt_set_free (xbt_set_t *set) |
Destructor. |