nlib
|
Singleton initialized by the object when first used. More...
#include "nn/nlib/Singleton.h"
Static Public Member Functions | |
static T & | Instance () |
Gets the singleton instance of T . More... | |
Singleton initialized by the object when first used.
T | The singleton target class. |
Instance
function is called the first time. Instance
function. T
class. T
class destructor. Definition at line 11 of file Singleton.h.
|
inlinestatic |
Gets the singleton instance of T
.
T
. Definition at line 13 of file Singleton.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.