GRPC C++  1.62.0
Public Member Functions
grpc::internal::MutexLock Class Reference

#include <sync.h>

Public Member Functions

 MutexLock (Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu)
 
 ~MutexLock () ABSL_UNLOCK_FUNCTION()
 
 MutexLock (const MutexLock &)=delete
 
MutexLockoperator= (const MutexLock &)=delete
 

Constructor & Destructor Documentation

◆ MutexLock() [1/2]

grpc::internal::MutexLock::MutexLock ( Mutex mu)
inlineexplicit

◆ ~MutexLock()

grpc::internal::MutexLock::~MutexLock ( )
inline

◆ MutexLock() [2/2]

grpc::internal::MutexLock::MutexLock ( const MutexLock )
delete

Member Function Documentation

◆ operator=()

MutexLock& grpc::internal::MutexLock::operator= ( const MutexLock )
delete

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