Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/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-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_MbufSystem.h33 class MbufSystem : public nn::util::Singleton<MbufSystem>