Main Page   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

bogotel::thread_adapter Class Reference

#include <STLhelp.h>


Public Member Functions

 thread_adapter (void(*func)(void *), void *param)
void operator() () const

Private Attributes

void(* _func )(void *)
void * _param


Constructor & Destructor Documentation

bogotel::thread_adapter::thread_adapter void(*  func)(void *),
void *  param
[inline]
 

Definition at line 19 of file STLhelp.h.

References _func, and _param.


Member Function Documentation

void bogotel::thread_adapter::operator()  )  const [inline]
 

Definition at line 20 of file STLhelp.h.

References _func, and _param.


Field Documentation

void(* bogotel::thread_adapter::_func)(void*) [private]
 

Referenced by operator()(), and thread_adapter().

void* bogotel::thread_adapter::_param [private]
 

Definition at line 23 of file STLhelp.h.

Referenced by operator()(), and thread_adapter().


The documentation for this class was generated from the following file:
Generated on Tue Aug 12 12:42:28 2003 for bogotel by doxygen 1.3. Hosted by SourceForge.net Logo