v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::LockedQueue< Record >::Node< Record > Struct Template Reference

#include <locked-queue-inl.h>

Inheritance diagram for v8::internal::LockedQueue< Record >::Node< Record >:
Collaboration diagram for v8::internal::LockedQueue< Record >::Node< Record >:

Public Member Functions

 Node ()
 

Public Attributes

Record value
 
base::AtomicValue< Node * > next
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void * operator new (size_t size)
 
static void operator delete (void *p)
 

Detailed Description

template<typename Record>
template<typename Record>
struct v8::internal::LockedQueue< Record >::Node< Record >

Definition at line 18 of file locked-queue-inl.h.

Constructor & Destructor Documentation

◆ Node()

template<typename Record >
template<typename Record >
v8::internal::LockedQueue< Record >::Node< Record >::Node ( )
inline

Definition at line 19 of file locked-queue-inl.h.

Member Data Documentation

◆ next

template<typename Record >
template<typename Record >
base::AtomicValue<Node*> v8::internal::LockedQueue< Record >::Node< Record >::next

Definition at line 21 of file locked-queue-inl.h.

◆ value

template<typename Record >
template<typename Record >
Record v8::internal::LockedQueue< Record >::Node< Record >::value

Definition at line 20 of file locked-queue-inl.h.


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