Various C++ Examples (including IPC)  Version: 1.0.0
func_params Struct Reference

wrapper function parameters/arguments More...

Collaboration diagram for func_params:
Collaboration graph

Public Attributes

void *(* user_func )(void *)
 
void * argument
 
void * other_info
 

Detailed Description

wrapper function parameters/arguments

Purpose:
function parameters to be passed to the wrapper function of the user defined function.

Definition at line 32 of file threadDeath2.cc.

Member Data Documentation

void* func_params::argument

Definition at line 35 of file threadDeath2.cc.

Referenced by func(), and main().

void* func_params::other_info

Definition at line 36 of file threadDeath2.cc.

Referenced by func(), and main().

void*(* func_params::user_func) (void *)

Definition at line 34 of file threadDeath2.cc.

Referenced by func(), and main().


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