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

#include <mutex.h>

Public Member Functions

 MutexLock (Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu)
 
 MutexLock (const MutexLock &)=delete
 
 MutexLock (MutexLock &&)=delete
 
MutexLockoperator= (const MutexLock &)=delete
 
MutexLockoperator= (MutexLock &&)=delete
 
 ~MutexLock () UNLOCK_FUNCTION()
 

Private Attributes

Mutex *const mu_
 

Detailed Description

Definition at line 538 of file mutex.h.

Constructor & Destructor Documentation

absl::MutexLock::MutexLock ( Mutex mu)
inlineexplicit

Definition at line 540 of file mutex.h.

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

Definition at line 549 of file mutex.h.

Member Function Documentation

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

Member Data Documentation

Mutex* const absl::MutexLock::mu_
private

Definition at line 552 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