| SimGrid
    3.10
    Versatile Simulation of Distributed Systems | 
| Macros | |
| #define | xbt_set_foreach(set, cursor, elm) | 
| Iterates over the whole set. | |
| Typedefs | |
| typedef struct xbt_set_cursor_ * | xbt_set_cursor_t | 
| Cursor type. | |
| Functions | |
| void | xbt_set_cursor_first (xbt_set_t set, xbt_set_cursor_t *cursor) | 
| Create the cursor if it does not exists, rewind it in any case. | |
| void | xbt_set_cursor_step (xbt_set_cursor_t cursor) | 
| Move to the next element. | |
| int | xbt_set_cursor_get_or_free (xbt_set_cursor_t *cursor, xbt_set_elm_t *elm) | 
| Get current data. | |
| int xbt_set_cursor_get_or_free | ( | xbt_set_cursor_t * | curs, | 
| xbt_set_elm_t * | elm | ||
| ) | 
Get current data.