SimGrid  3.16
Versatile Simulation of Distributed Systems
Configuration type declaration and memory management

Detailed Description

Typedefs

typedef void(* xbt_cfg_cb_t) (const char *name)
 Callback types. More...
 

Functions

xbt_cfg_t xbt_cfg_new ()
 
void xbt_cfg_free (xbt_cfg_t *cfg)
 
void xbt_cfg_dump (const char *name, const char *indent, xbt_cfg_t cfg)
 

Typedef Documentation

◆ xbt_cfg_cb_t

typedef void(* xbt_cfg_cb_t) (const char *name)

Callback types.

They get the name of the modified entry, and the position of the changed value

Function Documentation

◆ xbt_cfg_new()

xbt_cfg_t xbt_cfg_new ( )

◆ xbt_cfg_free()

void xbt_cfg_free ( xbt_cfg_t cfg)

◆ xbt_cfg_dump()

void xbt_cfg_dump ( const char *  name,
const char *  indent,
xbt_cfg_t  cfg 
)