UniSet 2.32.1
Открытые члены | Друзья | Полный список членов класса
Класс uniset::uniset_rwmutex

Открытые члены

 uniset_rwmutex (const std::string &name)
 
void lock ()
 
void unlock ()
 
void wrlock ()
 
void rlock ()
 
bool try_lock ()
 
bool try_rlock ()
 
bool try_wrlock ()
 
 uniset_rwmutex (const uniset_rwmutex &r)=delete
 
uniset_rwmutexoperator= (const uniset_rwmutex &r)=delete
 
 uniset_rwmutex (uniset_rwmutex &&r)=default
 
uniset_rwmutexoperator= (uniset_rwmutex &&r)=default
 
std::string name () const
 
void setName (const std::string &name)
 

Друзья

class uniset_rwmutex_lock