![]() |
Scarab
v3.5.1
Project 8 C++ Utility Library
|
Go to the source code of this file.
Classes | |
class | thread_singleton< x_type > |
Base class that turns a class into a thread-local singleton. More... | |
Namespaces | |
scarab | |
Macros | |
#define | allow_thread_singleton_access(class_name) |
#define allow_thread_singleton_access | ( | class_name | ) |
Gives friend access to your class from scarab::singleton< class_name > and scarab::destroyer< class_name > so that those classes can control the life of your singleton class.
Definition at line 24 of file thread_singleton.hh.