Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
v8::internal::StrongRootAllocator< T > Class Template Reference

#include <v8-internal.h>

Inheritance diagram for v8::internal::StrongRootAllocator< T >:
[legend]
Collaboration diagram for v8::internal::StrongRootAllocator< T >:
[legend]

Public Types

using value_type = T
 

Public Member Functions

 StrongRootAllocator (Heap *heap)
 
 StrongRootAllocator (Isolate *isolate)
 
 StrongRootAllocator (v8::Isolate *isolate)
 
template<typename U >
 StrongRootAllocator (const StrongRootAllocator< U > &other) noexcept
 

Member Typedef Documentation

◆ value_type

template<typename T >
using v8::internal::StrongRootAllocator< T >::value_type = T

Constructor & Destructor Documentation

◆ StrongRootAllocator() [1/4]

template<typename T >
v8::internal::StrongRootAllocator< T >::StrongRootAllocator ( Heap *  heap)
inlineexplicit

◆ StrongRootAllocator() [2/4]

template<typename T >
v8::internal::StrongRootAllocator< T >::StrongRootAllocator ( Isolate isolate)
inlineexplicit

◆ StrongRootAllocator() [3/4]

template<typename T >
v8::internal::StrongRootAllocator< T >::StrongRootAllocator ( v8::Isolate isolate)
inlineexplicit

◆ StrongRootAllocator() [4/4]

template<typename T >
template<typename U >
v8::internal::StrongRootAllocator< T >::StrongRootAllocator ( const StrongRootAllocator< U > &  other)
inlinenoexcept

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