Flutter Engine
The Flutter Engine
|
#include <no_destructor.h>
Public Member Functions | |
template<typename... Args> | |
NoDestructor (Args &&... args) | |
NoDestructor (const T &x) | |
NoDestructor (T &&x) | |
NoDestructor (const NoDestructor &)=delete | |
NoDestructor & | operator= (const NoDestructor &)=delete |
~NoDestructor ()=default | |
const T & | operator* () const |
T & | operator* () |
const T * | operator-> () const |
T * | operator-> () |
const T * | get () const |
T * | get () |
Definition at line 48 of file no_destructor.h.
|
inlineexplicit |
Definition at line 53 of file no_destructor.h.
|
inlineexplicit |
Definition at line 59 of file no_destructor.h.
|
inlineexplicit |
Definition at line 60 of file no_destructor.h.
|
delete |
|
default |
|
inline |
Definition at line 74 of file no_destructor.h.
|
inline |
Definition at line 73 of file no_destructor.h.
|
inline |
Definition at line 68 of file no_destructor.h.
|
inline |
Definition at line 67 of file no_destructor.h.
|
inline |
Definition at line 71 of file no_destructor.h.
|
inline |
Definition at line 70 of file no_destructor.h.
|
delete |