Ark Server API (ASA) - Wiki
|
#include <TlsAutoCleanup.h>
Public Member Functions | |
virtual | ~FTlsAutoCleanup () |
void | Register () |
Base class for objects in TLS that support auto-cleanup. Polymorphically deletes registered instances on thread exit.
Definition at line 11 of file TlsAutoCleanup.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 15 of file TlsAutoCleanup.h.
void FTlsAutoCleanup::Register | ( | ) |
Register this instance to be auto-cleanup.