SimGrid 3.6.2
Scalable simulation of distributed systems
Functions
Dynar miscellaneous functions
Dynar: generic dynamic array

Functions

unsigned long xbt_dynar_length (const xbt_dynar_t dynar)
 Count of dynar's elements.
int xbt_dynar_is_empty (const xbt_dynar_t dynar)
 check if a dynar is empty
void xbt_dynar_reset (xbt_dynar_t const dynar)
 Frees the content and set the size to 0.

Function Documentation

unsigned long xbt_dynar_length ( const xbt_dynar_t  dynar)

Count of dynar's elements.

Parameters:
dynarthe dynar we want to mesure
int xbt_dynar_is_empty ( const xbt_dynar_t  dynar)

check if a dynar is empty

Parameters:
dynarthe dynat we want to check
void xbt_dynar_reset ( xbt_dynar_t const  dynar)

Frees the content and set the size to 0.

Parameters:
dynarwho to squeeze


Back to the main Simgrid Documentation page The version of Simgrid documented here is v3.6.2.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen