PaCO++  0.05
paco_pthread_thread Class Reference

#include <paco_pthread.h>

Inheritance diagram for paco_pthread_thread:
Collaboration diagram for paco_pthread_thread:

List of all members.

Public Member Functions

virtual void detach ()
 paco_pthread_thread ()
virtual ~paco_pthread_thread ()

Public Attributes

pthread_t thread

Detailed Description

Definition at line 4 of file paco_pthread.h.


Constructor & Destructor Documentation

Definition at line 7 of file paco_pthread.h.

{}
virtual paco_pthread_thread::~paco_pthread_thread ( ) [inline, virtual]

Definition at line 8 of file paco_pthread.h.

References thread.

   {
      pthread_detach(thread);
   }

Member Function Documentation

virtual void paco_thread::detach ( ) [inline, virtual, inherited]

Reimplemented in paco_omni_thread.

Definition at line 39 of file paco_thread.h.

{};  

Member Data Documentation


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