![]() |
Ark Server API (ASA) - Wiki
|
#include <TlsAutoCleanup.h>
Inheritance diagram for TTlsAutoCleanupValue< T >:
Collaboration diagram for TTlsAutoCleanupValue< T >:Public Member Functions | |
| TTlsAutoCleanupValue (const T &InValue) | |
| T | Get () const |
| void | Set (const T &InValue) |
| void | Set (T &&InValue) |
Public Member Functions inherited from FTlsAutoCleanup | |
| virtual | ~FTlsAutoCleanup () |
| void | Register () |
Private Attributes | |
| T | Value |
Wrapper for values to be stored in TLS that support auto-cleanup.
Definition at line 24 of file TlsAutoCleanup.h.
|
inline |
Constructor.
Definition at line 30 of file TlsAutoCleanup.h.
|
inline |
Gets the value.
Definition at line 35 of file TlsAutoCleanup.h.
Definition at line 41 of file TlsAutoCleanup.h.
Definition at line 47 of file TlsAutoCleanup.h.
|
private |
The value.
Definition at line 55 of file TlsAutoCleanup.h.