![]() |
Multi-ApplicationOnlineProfiling
2.1
|
Union defining a function pointer. More...
#include <Posix_Wrapp.h>

Data Fields | |
| void * | p |
| the void* (to be get by dlsym) More... | |
| void(* | p_func )() |
| the function pointer (to be used as a function) More... | |
Union defining a function pointer.
Definition at line 31 of file Posix_Wrapp.h.
| void* function_table_elem::p |
the void* (to be get by dlsym)
Definition at line 32 of file Posix_Wrapp.h.
| void(* function_table_elem::p_func)() |
the function pointer (to be used as a function)
Definition at line 33 of file Posix_Wrapp.h.