Home
last modified time | relevance | path

Searched refs:Singleton (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/util/
Dutil_Singleton.h28 class Singleton : private nn::util::NonCopyable<Singleton<Derived> >
38 Singleton() in Singleton() function
44 ~Singleton() in ~Singleton()
55 template <class Derived> Derived* Singleton <Derived>::ms_Singleton = 0;
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/
Dosl_MbufSystem.h33 class MbufSystem : public nn::util::Singleton<MbufSystem>