Singleton construction via the curiously recurring template pattern. More...
Go to the source code of this file.
Classes | |
class | ecl::Singleton< T > |
Singleton construction via the curiously recurring template pattern. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. |
Singleton construction via the curiously recurring template pattern.
Enables singletons created via the curiously recurring template pattern. See the wikipedia entry on singletons for more detail.
Definition in file singleton.hpp.