|
UniDx
|
シングルトンテンプレート。 明示的な create と destroy が必要 [詳解]
#include <Singleton.h>
静的公開メンバ関数 | |
| static T * | getInstance () |
| static void | create () |
| static void | destroy () |
限定公開メンバ関数 | |
| Singleton () | |
| virtual | ~Singleton () |
静的限定公開変数類 | |
| static unique_ptr< T > | instance_ |
シングルトンテンプレート。 明示的な create と destroy が必要
|
inlineprotected |
|
inlineprotectedvirtual |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticprotected |