シングルトン基礎クラス More...
#include <GxSingleton.h>
Static Public Member Functions | |
アクセサ | |
static GX_FORCE_INLINE T & | getSingleton (void) |
参照を取得 | |
static constexpr T * | getSingletonPointer (void) |
ポインタを取得 | |
初期化 | |
SingletonBase (void) | |
コンストラクタ | |
~SingletonBase (void) | |
デストラクタ | |
シングルトン基礎クラス