#include <TSystem.h>
Public Member Functions | |
| TKernelInterface ()=default | |
| ~TKernelInterface ()=default | |
| TKernelInterfaceDLL * | FindInterface (const TString8 &a_rcName) |
| TKernelInterfaceDLL * | LoadInterface (const TString8 &a_rcName) |
Public Member Functions inherited from TSingleton< TKernelInterface > | |
| TSingleton (const TSingleton &)=delete | |
| TSingleton (const TSingleton &&)=delete | |
| TSingleton & | operator= (const TSingleton &)=delete |
| TSingleton & | operator= (const TSingleton &&)=delete |
Additional Inherited Members | |
Static Public Member Functions inherited from TSingleton< TKernelInterface > | |
| 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 () |
Protected Member Functions inherited from TSingleton< TKernelInterface > | |
| TFORCEINLINE | TSingleton () |
| TFORCEINLINE | ~TSingleton () |
Static Protected Attributes inherited from TSingleton< TKernelInterface > | |
| 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.