SimGrid  3.14.159
Versatile Simulation of Distributed Systems

Detailed Description

Functions

void ** xbt_fifo_to_array (xbt_fifo_t l)
 
xbt_fifo_t xbt_fifo_copy (xbt_fifo_t l)
 

Function Documentation

§ xbt_fifo_to_array()

void** xbt_fifo_to_array ( xbt_fifo_t  f)
Parameters
fa list
Returns
a table with the objects stored in f.

§ xbt_fifo_copy()

xbt_fifo_t xbt_fifo_copy ( xbt_fifo_t  f)
Parameters
fa list
Returns
a copy of f.