Public Member Functions | Private Attributes
absl::MutexLock Class Reference

#include <mutex.h>

List of all members.

Public Member Functions

 MutexLock (Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu)
 MutexLock (const MutexLock &)
 MutexLock (MutexLock &&)
MutexLockoperator= (const MutexLock &)
MutexLockoperator= (MutexLock &&)
 ~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) [inline, explicit]

Definition at line 540 of file mutex.h.

Definition at line 549 of file mutex.h.


Member Function Documentation

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

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:42:16