v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::MutexGuardIf Class Referencefinal

#include <mutex.h>

Collaboration diagram for v8::base::MutexGuardIf:

Public Member Functions

 MutexGuardIf (Mutex *mutex, bool enable_mutex)
 
 MutexGuardIf (const MutexGuardIf &)=delete
 
MutexGuardIfoperator= (const MutexGuardIf &)=delete
 

Private Attributes

std::optional< MutexGuardmutex_
 

Detailed Description

Definition at line 222 of file mutex.h.

Constructor & Destructor Documentation

◆ MutexGuardIf() [1/2]

v8::base::MutexGuardIf::MutexGuardIf ( Mutex * mutex,
bool enable_mutex )
inline

Definition at line 224 of file mutex.h.

◆ MutexGuardIf() [2/2]

v8::base::MutexGuardIf::MutexGuardIf ( const MutexGuardIf & )
delete

Member Function Documentation

◆ operator=()

MutexGuardIf & v8::base::MutexGuardIf::operator= ( const MutexGuardIf & )
delete

Member Data Documentation

◆ mutex_

std::optional<MutexGuard> v8::base::MutexGuardIf::mutex_
private

Definition at line 233 of file mutex.h.


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