PaCO++  0.05
paco_omni_thread Class Reference

#include <paco_omni.h>

Inheritance diagram for paco_omni_thread:
Inheritance graph
Collaboration diagram for paco_omni_thread:
Collaboration graph

Public Member Functions

virtual void detach ()
 
 paco_omni_thread ()
 
virtual ~paco_omni_thread ()
 

Public Attributes

omni_thread * thread
 

Detailed Description

Definition at line 4 of file paco_omni.h.

Constructor & Destructor Documentation

◆ paco_omni_thread()

paco_omni_thread::paco_omni_thread ( )

Definition at line 3 of file paco_omni.cc.

4 {
5 }

◆ ~paco_omni_thread()

paco_omni_thread::~paco_omni_thread ( )
virtual

Definition at line 7 of file paco_omni.cc.

8 {
9 }

Member Function Documentation

◆ detach()

virtual void paco_omni_thread::detach ( )
inlinevirtual

Reimplemented from paco_thread.

Definition at line 10 of file paco_omni.h.

References thread.

10 {thread->exit();}
omni_thread * thread
Definition: paco_omni.h:11

Member Data Documentation

◆ thread

omni_thread* paco_omni_thread::thread

Definition at line 11 of file paco_omni.h.

Referenced by detach().


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