SimGrid
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 The version of Simgrid documented here is v3.6.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen