PaCO++  0.05
paco_pthread_thread Class Reference

#include <paco_pthread.h>

Inheritance diagram for paco_pthread_thread:
Inheritance graph
Collaboration diagram for paco_pthread_thread:
Collaboration graph

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

◆ paco_pthread_thread()

paco_pthread_thread::paco_pthread_thread ( )
inline

Definition at line 7 of file paco_pthread.h.

7 {}

◆ ~paco_pthread_thread()

virtual paco_pthread_thread::~paco_pthread_thread ( )
inlinevirtual

Definition at line 8 of file paco_pthread.h.

References thread.

9  {
10  pthread_detach(thread);
11  }

Member Function Documentation

◆ detach()

virtual void paco_thread::detach ( )
inlinevirtualinherited

Reimplemented in paco_omni_thread.

Definition at line 39 of file paco_thread.h.

39 {};

Member Data Documentation

◆ thread

pthread_t paco_pthread_thread::thread

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