ThreadCondVar Class Reference

ThreadCondVar Class Reference

#include < NfcAdaptation.h >

Inherits ThreadMutex .

Public Member Functions

  ThreadCondVar ()
 
virtual  ~ThreadCondVar ()
 
void  signal ()
 
void  wait ()
 
  operator pthread_cond_t * ()
 
  operator pthread_mutex_t * ()
 
-  Public Member Functions inherited from ThreadMutex
  ThreadMutex ()
 
virtual  ~ThreadMutex ()
 
void  lock ()
 
void  unlock ()
 
  operator pthread_mutex_t * ()
 

Detailed Description

Definition at line 40 of file NfcAdaptation.h .

Constructor & Destructor Documentation

virtual ~ ThreadCondVar ( )
virtual

Member Function Documentation

operator pthread_cond_t * ( )
inline

Definition at line 47 of file NfcAdaptation.h .

operator pthread_mutex_t * ( )
inline

Definition at line 48 of file NfcAdaptation.h .

void signal ( )
void wait ( )

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