Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
Static Public Member Functions | List of all members
Singleton< T > Class Template Reference

Thread-safe implementation for C++11 according to http://stackoverflow.com/questions/2576022/efficient-thread-safe-singleton-in-c. More...

#include <singleton.h>

Static Public Member Functions

static T * Instance ()
 

Detailed Description

template<typename T>
class Singleton< T >

Thread-safe implementation for C++11 according to http://stackoverflow.com/questions/2576022/efficient-thread-safe-singleton-in-c.


The documentation for this class was generated from the following file: