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

#include <threaded-list.h>

Collaboration diagram for v8::base::ThreadedListTraits< T >:

Static Public Member Functions

static T ** next (T *t)
 
static T ** start (T **t)
 
static T *const * start (T *const *t)
 

Detailed Description

template<typename T>
struct v8::base::ThreadedListTraits< T >

Definition at line 17 of file threaded-list.h.

Member Function Documentation

◆ next()

template<typename T >
static T ** v8::base::ThreadedListTraits< T >::next ( T * t)
inlinestatic

Definition at line 18 of file threaded-list.h.

◆ start() [1/2]

template<typename T >
static T ** v8::base::ThreadedListTraits< T >::start ( T ** t)
inlinestatic

Definition at line 19 of file threaded-list.h.

◆ start() [2/2]

template<typename T >
static T *const * v8::base::ThreadedListTraits< T >::start ( T *const * t)
inlinestatic

Definition at line 20 of file threaded-list.h.


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