HPCToolkit
generic_val.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* val_tostr) (void *val, char str[])
 
typedef int(* val_cmp) (void *lhs, void *rhs)
 

Typedef Documentation

◆ val_cmp

typedef int(* val_cmp) (void *lhs, void *rhs)

Definition at line 32 of file generic_val.h.

◆ val_tostr

typedef void(* val_tostr) (void *val, char str[])

Definition at line 22 of file generic_val.h.