X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/215ed67257173f5e26c9489ec96c4ced08d1614a..09f286c26a7cabb1d5d5cfda4ecd26e06cd23080:/include/xbt/set.h diff --git a/include/xbt/set.h b/include/xbt/set.h index c62a835667..27f73505e2 100644 --- a/include/xbt/set.h +++ b/include/xbt/set.h @@ -11,17 +11,13 @@ #define _XBT_SET_H #include "xbt/misc.h" /* SG_BEGIN_DECL */ +#include "xbt/function_types.h" SG_BEGIN_DECL() /** @addtogroup XBT_set * @brief A data container consisting in \ref XBT_dict and \ref XBT_dynar * - *
Top [\ref index]::[\ref XBT_API] - *
Prev [\ref XBT_dict] - *
Next [\ref XBT_fifo] - *
Down [\ref XBT_set_cons]
- * * The elements stored in such a data structure can be retrieve both by * name and by ID. For this to work, the first fields of the structures * stored must begin with: @@ -41,10 +37,6 @@ SG_BEGIN_DECL() /** @defgroup XBT_set_cons Set and set elements, constructor/destructor * @ingroup XBT_set * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_set] - *
Prev - *
Next [\ref XBT_set_basic]
- * * @{ */ /** \brief Opaque type representing a set */ @@ -66,10 +58,6 @@ typedef struct xbt_set_elm_ * xbt_set_elm_t; /** @defgroup XBT_set_basic Sets basic usage * @ingroup XBT_set * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_set] - *
Prev [\ref XBT_set_cons] - *
Next [\ref XBT_set_curs]
- * * @{ */ @@ -83,10 +71,6 @@ xbt_set_elm_t xbt_set_get_by_id (xbt_set_t set, int id); /** @defgroup XBT_set_curs Sets cursors * @ingroup XBT_set * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_set] - *
Prev [\ref XBT_set_basic] - *
Next
- * * \warning Don't add or remove entries to the cache while traversing * * @{