Singleton Class Reference

Template singleton class, implemented in a Boost-singleton manner. Object is stored in scoped_ptr and instance initialization is protected by Boost::call_once. Warning: If T's constructor throws, instance() will return a null reference. More...

#include <singleton.h>


Detailed Description

Template singleton class, implemented in a Boost-singleton manner. Object is stored in scoped_ptr and instance initialization is protected by Boost::call_once. Warning: If T's constructor throws, instance() will return a null reference.


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


proxy_common
Author(s): Ronny Hartanto
autogenerated on Mon Oct 6 2014 06:54:18