v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LazyStaticInstance< T, CreateTrait, InitOnceTrait, DestroyTrait > Struct Template Reference

#include <lazy-instance.h>

Public Types

typedef LazyInstanceImpl< T,
StaticallyAllocatedInstanceTrait
< T >, CreateTrait,
InitOnceTrait, DestroyTrait > 
type
 

Detailed Description

template<typename T, typename CreateTrait = DefaultConstructTrait<T>, typename InitOnceTrait = SingleThreadInitOnceTrait, typename DestroyTrait = LeakyInstanceTrait<T>>
struct v8::internal::LazyStaticInstance< T, CreateTrait, InitOnceTrait, DestroyTrait >

Definition at line 235 of file lazy-instance.h.

Member Typedef Documentation

typedef LazyInstanceImpl<T, StaticallyAllocatedInstanceTrait<T>, CreateTrait, InitOnceTrait, DestroyTrait> type

Definition at line 237 of file lazy-instance.h.


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