Data Structures | Typedefs | Functions

Set and set elements, constructor/destructor
[Set: generic set datatype]

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.


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen