#include <TSystem.h>
Public Member Functions | |
TKernelInterface ()=default | |
~TKernelInterface ()=default | |
TKernelInterfaceDLL * | FindInterface (const TString8 &a_rcName) |
TKernelInterfaceDLL * | LoadInterface (const TString8 &a_rcName) |
![]() | |
TSingleton (const TSingleton &)=delete | |
TSingleton (const TSingleton &&)=delete | |
TSingleton & | operator= (const TSingleton &)=delete |
TSingleton & | operator= (const TSingleton &&)=delete |
Additional Inherited Members | |
![]() | |
static TFORCEINLINE TKernelInterface * | CreateSingleton (Args &&... args) |
static TFORCEINLINE D * | CreateSingleton (Args &&... args) |
static TFORCEINLINE void | DestroySingleton () |
static TFORCEINLINE TKernelInterface * | GetSingletonSafe () |
static TFORCEINLINE TBOOL | IsSingletonCreated () |
static TFORCEINLINE TKernelInterface * | GetSingleton () |
![]() | |
TFORCEINLINE | TSingleton () |
TFORCEINLINE | ~TSingleton () |
![]() | |
static TKernelInterface * | ms_pSingleton |
|
default |
|
default |
TKernelInterfaceDLL * TKernelInterface::FindInterface | ( | const TString8 & | a_rcName | ) |
Definition at line 72 of file TSystem.cpp.
TKernelInterfaceDLL * TKernelInterface::LoadInterface | ( | const TString8 & | a_rcName | ) |
Definition at line 83 of file TSystem.cpp.