SimGrid  3.11
Versatile Simulation of Distributed Systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Set and set elements, constructor/destructor

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.
 

Detailed Description