Base class for all library singleton objects. 更多...
#include <libmesh_singleton.h>
类 | |
| class | Setup |
| Abstract base class for runtime singleton setup. 更多... | |
静态 Public 成员函数 | |
| static void | setup () |
| Setup function. 更多... | |
| static void | cleanup () |
| Cleanup function. 更多... | |
Protected 成员函数 | |
| Singleton () | |
| Constructor. 更多... | |
| virtual | ~Singleton ()=default |
| Destructor. 更多... | |
Base class for all library singleton objects.
在文件 libmesh_singleton.h 第 35 行定义.
|
protected |
|
protectedvirtualdefault |
Destructor.
|
static |
Cleanup function.
Removes all dynamically created Singleton objects.
在文件 libmesh_singleton.C 第 88 行定义.
|
static |
Setup function.
Initializes any derived Singleton::Setup objects. objects.
在文件 libmesh_singleton.C 第 75 行定义.
1.8.5