Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
function_table_elem Union Reference

Union defining a function pointer. More...

#include <Posix_Wrapp.h>

Collaboration diagram for function_table_elem:
Collaboration graph

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...
 

Detailed Description

Union defining a function pointer.

Definition at line 31 of file Posix_Wrapp.h.

Field Documentation

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.


The documentation for this union was generated from the following file: