nlib
SimpleSingleton.h File Reference

Defines a singleton. More...

#include "nn/nlib/Config.h"

Go to the source code of this file.

Classes

class  nn::nlib::SimpleSingleton< T >
 Singleton of the type for implicitly constructing an instance based on a static variable before calling the main function. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 

Detailed Description

Defines a singleton.

Definition in file SimpleSingleton.h.