v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::cpp::IncludeGuardScope Class Reference

#include <cpp-builder.h>

Collaboration diagram for v8::internal::torque::cpp::IncludeGuardScope:

Public Member Functions

 IncludeGuardScope (File *file, std::string name)
 
 IncludeGuardScope (const IncludeGuardScope &)=delete
 
 IncludeGuardScope (IncludeGuardScope &&other) V8_NOEXCEPT
 
 ~IncludeGuardScope ()
 
IncludeGuardScopeoperator= (const IncludeGuardScope &)=delete
 
IncludeGuardScopeoperator= (IncludeGuardScope &&other) V8_NOEXCEPT
 

Private Attributes

Filefile_
 
std::string name_
 

Detailed Description

Definition at line 208 of file cpp-builder.h.

Constructor & Destructor Documentation

◆ IncludeGuardScope() [1/3]

v8::internal::torque::cpp::IncludeGuardScope::IncludeGuardScope ( File * file,
std::string name )
inlineexplicit

Definition at line 210 of file cpp-builder.h.

Here is the call graph for this function:

◆ IncludeGuardScope() [2/3]

v8::internal::torque::cpp::IncludeGuardScope::IncludeGuardScope ( const IncludeGuardScope & )
delete

◆ IncludeGuardScope() [3/3]

v8::internal::torque::cpp::IncludeGuardScope::IncludeGuardScope ( IncludeGuardScope && other)
inline

Definition at line 215 of file cpp-builder.h.

◆ ~IncludeGuardScope()

v8::internal::torque::cpp::IncludeGuardScope::~IncludeGuardScope ( )
inline

Definition at line 220 of file cpp-builder.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator=() [1/2]

IncludeGuardScope & v8::internal::torque::cpp::IncludeGuardScope::operator= ( const IncludeGuardScope & )
delete

◆ operator=() [2/2]

IncludeGuardScope & v8::internal::torque::cpp::IncludeGuardScope::operator= ( IncludeGuardScope && other)
inline

Definition at line 226 of file cpp-builder.h.

Member Data Documentation

◆ file_

File* v8::internal::torque::cpp::IncludeGuardScope::file_
private

Definition at line 237 of file cpp-builder.h.

◆ name_

std::string v8::internal::torque::cpp::IncludeGuardScope::name_
private

Definition at line 238 of file cpp-builder.h.


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