Public Member Functions | Private Attributes | List of all members
absl::WriterMutexLock Class Reference

#include <mutex.h>

Public Member Functions

WriterMutexLockoperator= (const WriterMutexLock &)=delete
 
WriterMutexLockoperator= (WriterMutexLock &&)=delete
 
 WriterMutexLock (Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu)
 
 WriterMutexLock (const WriterMutexLock &)=delete
 
 WriterMutexLock (WriterMutexLock &&)=delete
 
 ~WriterMutexLock () UNLOCK_FUNCTION()
 

Private Attributes

Mutex *const mu_
 

Detailed Description

Definition at line 583 of file mutex.h.

Constructor & Destructor Documentation

absl::WriterMutexLock::WriterMutexLock ( Mutex mu)
inlineexplicit

Definition at line 585 of file mutex.h.

absl::WriterMutexLock::WriterMutexLock ( const WriterMutexLock )
delete
absl::WriterMutexLock::WriterMutexLock ( WriterMutexLock &&  )
delete
absl::WriterMutexLock::~WriterMutexLock ( )
inline

Definition at line 595 of file mutex.h.

Member Function Documentation

WriterMutexLock& absl::WriterMutexLock::operator= ( const WriterMutexLock )
delete
WriterMutexLock& absl::WriterMutexLock::operator= ( WriterMutexLock &&  )
delete

Member Data Documentation

Mutex* const absl::WriterMutexLock::mu_
private

Definition at line 600 of file mutex.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59