MGL(Win32)
|
MGL シングルトンクラス [詳解]
#include <cassert>
#include <mutex>
#include <mgl/stl/mgl_stl_containers.h>
#include <mgl/stl/mgl_stl_memory.h>
クラス | |
class | MGL::SingletonFinalizer |
シングルトン解放クラス [詳解] | |
class | MGL::SharedSingleton< T, Args > |
シングルトンテンプレート(共有ライブラリ用) [詳解] | |
class | MGL::StaticSingleton< T, Args > |
シングルトンテンプレート(アプリケーションまたは静的リンクライブラリのみ利用可能) [詳解] | |
MGL シングルトンクラス