Ark Server API (ASA) - Wiki
|
#include <DontCopy.h>
Public Member Functions | |
TDontCopy ()=default | |
~TDontCopy ()=default | |
TDontCopy (TDontCopy &&) | |
TDontCopy (const TDontCopy &) | |
TDontCopy & | operator= (TDontCopy &&) |
TDontCopy & | operator= (const TDontCopy &) |
T & | Get () |
const T & | Get () const |
T * | operator-> () |
const T * | operator-> () const |
T & | operator* () |
const T & | operator* () const |
Private Attributes | |
T | Value |
Definition at line 12 of file DontCopy.h.
|
default |
Definition at line 16 of file DontCopy.h.
Definition at line 17 of file DontCopy.h.
Definition at line 22 of file DontCopy.h.
Definition at line 27 of file DontCopy.h.
Definition at line 28 of file DontCopy.h.
Definition at line 24 of file DontCopy.h.
Definition at line 25 of file DontCopy.h.
Definition at line 19 of file DontCopy.h.
Definition at line 18 of file DontCopy.h.