fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <f8utils.hpp>
Public Member Functions | |
Singleton () | |
Ctor. More... | |
virtual | ~Singleton () |
Dtor. More... | |
Singleton (const Singleton &)=delete | |
Singleton & | operator= (const Singleton &)=delete |
Static Public Member Functions | |
static T * | instance () |
A lockfree Singleton. C++11 makes this a lot simpler http://en.wikipedia.org/wiki/Double-checked_locking
T | the instance object type |
Definition at line 1115 of file f8utils.hpp.
|
inline |
|
inlinevirtual |
|
delete |
|
inlinestatic |
Definition at line 1127 of file f8utils.hpp.
|
delete |