ThreadCondVar 类参考

ThreadCondVar 类参考

#include < NfcAdaptation.h >

继承了 ThreadMutex

公共成员函数

  ThreadCondVar ()
 
虚拟  ~ThreadCondVar ()
 
void  signal ()
 
void  wait ()
 
  operator pthread_cond_t * ()
 
  operator pthread_mutex_t * ()
 
- ThreadMutex 继承的公共成员函数
  ThreadMutex ()
 
虚拟  ~ThreadMutex ()
 
void  lock ()
 
void  unlock ()
 
  operator pthread_mutex_t * ()
 

详细说明

定义位于文件 NfcAdaptation.h 40 行。

构造函数和析构函数文档

virtual ~ ThreadCondVar ( )
虚拟

成员函数文档

operator pthread_cond_t * ( )
内嵌

定义位于文件 NfcAdaptation.h 47 行

operator pthread_mutex_t * ( )
内嵌

定义位于文件 NfcAdaptation.h 48 行

void 信号 ( )
void wait ( )

此类的文档是根据以下文件生成的: