A (really) basic implementation of the singleton design pattern. More...
#include <basic_singleton.hpp>


Static Public Member Functions | |
| static T & | get_instance () |
Additional Inherited Members | |
Public Member Functions inherited from claw::pattern::non_copyable | |
| non_copyable () | |
| Default constructor. | |
A (really) basic implementation of the singleton design pattern.
Definition at line 44 of file basic_singleton.hpp.