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

◆ WriterMutexLock() [1/3]

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

Definition at line 585 of file mutex.h.

◆ WriterMutexLock() [2/3]

absl::WriterMutexLock::WriterMutexLock ( const WriterMutexLock )
delete

◆ WriterMutexLock() [3/3]

absl::WriterMutexLock::WriterMutexLock ( WriterMutexLock &&  )
delete

◆ ~WriterMutexLock()

absl::WriterMutexLock::~WriterMutexLock ( )
inline

Definition at line 595 of file mutex.h.

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ mu_

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 Mon Feb 28 2022 21:31:22