FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::Mutex Class Reference

#include <lock.h>

Public Member Functions

 Mutex ()=default
 
void Lock ()
 
void Unlock ()
 
void ReaderLock ()
 
void ReaderUnlock ()
 

Detailed Description

Definition at line 39 of file lock.h.

Constructor & Destructor Documentation

fst::Mutex::Mutex ( )
default

Member Function Documentation

void fst::Mutex::Lock ( )
inline

Definition at line 43 of file lock.h.

void fst::Mutex::ReaderLock ( )
inline

Definition at line 46 of file lock.h.

void fst::Mutex::ReaderUnlock ( )
inline

Definition at line 47 of file lock.h.

void fst::Mutex::Unlock ( )
inline

Definition at line 44 of file lock.h.


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