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
LazyInstance< T, CreateTrait, InitOnceTrait, DestroyTrait > Struct Template Reference

#include <lazy-instance.h>

Public Types

typedef LazyStaticInstance< T,
CreateTrait, InitOnceTrait,
DestroyTrait >::type 
type
 

Detailed Description

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

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

Member Typedef Documentation

typedef LazyStaticInstance<T, CreateTrait, InitOnceTrait, DestroyTrait>::type type

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


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