v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope Class Referencefinal
Collaboration diagram for cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope:

Public Member Functions

 MutatorThreadSweepingScope (SweeperImpl &sweeper)
 
 ~MutatorThreadSweepingScope ()
 
 MutatorThreadSweepingScope (const MutatorThreadSweepingScope &)=delete
 
MutatorThreadSweepingScopeoperator= (const MutatorThreadSweepingScope &)=delete
 

Private Attributes

SweeperImplsweeper_
 

Detailed Description

Definition at line 1416 of file sweeper.cc.

Constructor & Destructor Documentation

◆ MutatorThreadSweepingScope() [1/2]

cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope::MutatorThreadSweepingScope ( SweeperImpl & sweeper)
inlineexplicit

Definition at line 1418 of file sweeper.cc.

◆ ~MutatorThreadSweepingScope()

cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope::~MutatorThreadSweepingScope ( )
inline

Definition at line 1426 of file sweeper.cc.

◆ MutatorThreadSweepingScope() [2/2]

cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope::MutatorThreadSweepingScope ( const MutatorThreadSweepingScope & )
delete

Member Function Documentation

◆ operator=()

MutatorThreadSweepingScope & cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope::operator= ( const MutatorThreadSweepingScope & )
delete

Member Data Documentation

◆ sweeper_

SweeperImpl& cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope::sweeper_
private

Definition at line 1438 of file sweeper.cc.


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