ThreadCondVar 類別參考資料
   ThreadCondVar 類別參考資料
 
  
   #include <
   
    NfcAdaptation.h
   
   >
  
 
繼承 ThreadMutex 。
    Public 會員函式 | 
  |
| ThreadCondVar () | |
| 虛擬 | ~ThreadCondVar () | 
| void | 信號 () | 
| void | wait () | 
| operator pthread_cond_t * () | |
| operator pthread_mutex_t * () | |
     
     從 
     ThreadMutex
    繼承的公開成員函式 | 
  |
| ThreadMutex () | |
| 虛擬 | ~ThreadMutex () | 
| void | lock () | 
| void | unlock () | 
| operator pthread_mutex_t * () | |
詳細說明
定義位於檔案 NfcAdaptation.h 的 40 行。
建構函式和解構函式說明文件
| ThreadCondVar | ( | ) | 
      
  | 
     虛擬 | 
成員函式說明文件
      
  | 
     內嵌 | 
定義位於檔案 NfcAdaptation.h 的 47 行。
      
  | 
     內嵌 | 
定義位於檔案 NfcAdaptation.h 的 48 行。
| 空信號 | ( | ) | 
| void wait | ( | ) | 
這個類別的說明文件是由下列檔案產生:
- external/libnfc-nci/src/include/ NfcAdaptation.h
 
  
     從