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

#include <doubly-threaded-list.h>

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

Static Public Member Functions

static T ** prev (T t)
 
static Tnext (T t)
 
static bool non_empty (T t)
 

Detailed Description

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

Definition at line 15 of file doubly-threaded-list.h.

Member Function Documentation

◆ next()

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

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

◆ non_empty()

template<typename T >
static bool v8::base::DoublyThreadedListTraits< T >::non_empty ( T t)
inlinestatic

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

◆ prev()

template<typename T >
static T ** v8::base::DoublyThreadedListTraits< T >::prev ( T t)
inlinestatic

Definition at line 16 of file doubly-threaded-list.h.


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