Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FLazySingleton Class Reference

#include <LazySingleton.h>

+ Inheritance diagram for FLazySingleton:

Static Protected Member Functions

template<class T >
static void Construct (void *Place)
 
template<class T >
static void Destruct (T *Instance)
 

Detailed Description

Allows inline friend declaration without forward-declaring TLazySingleton

Definition at line 8 of file LazySingleton.h.

Member Function Documentation

◆ Construct()

template<class T >
static void FLazySingleton::Construct ( void * Place)
inlinestaticprotected

Definition at line 11 of file LazySingleton.h.

◆ Destruct()

template<class T >
static void FLazySingleton::Destruct ( T * Instance)
inlinestaticprotected

Definition at line 12 of file LazySingleton.h.


The documentation for this class was generated from the following file: