![]() |
Flutter Engine
The Flutter Engine
|
#include <SkNoDestructor.h>
Public Member Functions | |
template<typename... Args> | |
SkNoDestructor (Args &&... args) | |
SkNoDestructor (const T &x) | |
SkNoDestructor (T &&x) | |
SkNoDestructor (const SkNoDestructor &)=delete | |
SkNoDestructor & | operator= (const SkNoDestructor &)=delete |
~SkNoDestructor ()=default | |
const T & | operator* () const |
T & | operator* () |
const T * | operator-> () const |
T * | operator-> () |
const T * | get () const |
T * | get () |
Definition at line 84 of file SkNoDestructor.h.
|
inlineexplicit |
Definition at line 95 of file SkNoDestructor.h.
|
inlineexplicit |
Definition at line 101 of file SkNoDestructor.h.
|
inlineexplicit |
Definition at line 102 of file SkNoDestructor.h.
|
delete |
|
default |
|
inline |
Definition at line 116 of file SkNoDestructor.h.
|
inline |
Definition at line 115 of file SkNoDestructor.h.
|
inline |
Definition at line 110 of file SkNoDestructor.h.
|
inline |
Definition at line 109 of file SkNoDestructor.h.
|
inline |
Definition at line 113 of file SkNoDestructor.h.
|
inline |
Definition at line 112 of file SkNoDestructor.h.
|
delete |