SimGrid  3.13
Versatile Simulation of Distributed Systems
function_types.h File Reference
#include "xbt/base.h"

Typedefs

typedef void(* void_f_ppvoid_t) (void **)
 
typedef void(* void_f_pvoid_t) (void *)
 
typedef void(* void_f_int_pvoid_t) (int, void *)
 
typedef void *(* pvoid_f_void_t) (void)
 
typedef void *(* pvoid_f_pvoid_t) (void *)
 
typedef void(* void_f_void_t) (void)
 
typedef int(* int_f_void_t) (void)
 
typedef int(* int_f_pvoid_t) (void *)
 
typedef int(* int_f_pvoid_pvoid_t) (void *, void *)
 
typedef int(* int_f_cpvoid_cpvoid_t) (const void *, const void *)
 
typedef int(* xbt_main_func_t) (int argc, char *argv[])
 
typedef double(* double_f_pvoid_t) (void *)
 
typedef double(* double_f_cpvoid_t) (const void *)
 

Typedef Documentation

typedef void(* void_f_ppvoid_t) (void **)
typedef void(* void_f_pvoid_t) (void *)
typedef void(* void_f_int_pvoid_t) (int, void *)
typedef void*(* pvoid_f_void_t) (void)
typedef void*(* pvoid_f_pvoid_t) (void *)
typedef void(* void_f_void_t) (void)
typedef int(* int_f_void_t) (void)
typedef int(* int_f_pvoid_t) (void *)
typedef int(* int_f_pvoid_pvoid_t) (void *, void *)
typedef int(* int_f_cpvoid_cpvoid_t) (const void *, const void *)
typedef int(* xbt_main_func_t) (int argc, char *argv[])
typedef double(* double_f_pvoid_t) (void *)
typedef double(* double_f_cpvoid_t) (const void *)