![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|

Go to the source code of this file.
Classes | |
| class | singleton< x_type > |
| Base class that turns a class into a singleton. More... | |
Namespaces | |
| scarab | |
Macros | |
| #define | allow_singleton_access(class_name) |
| #define allow_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 singleton.hh.
1.8.13