Abstract base class for runtime singleton setup. 更多...
#include <libmesh_singleton.h>
Public 成员函数 | |
virtual | ~Setup ()=default |
Destructor. 更多... | |
virtual void | setup ()=0 |
Setup method. 更多... | |
Protected 成员函数 | |
Setup () | |
Constructor. 更多... | |
Abstract base class for runtime singleton setup.
This will be called from the LibMeshInit
constructor.
在文件 libmesh_singleton.h 第 55 行定义.
|
protected |
|
virtualdefault |
Destructor.
|
pure virtual |
Setup method.
Importantly, this is called after main() from the LibMeshInit
constructor.