libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
Public 成员函数 | Protected 成员函数 | 所有成员列表
libMesh::Singleton::Setup类 参考abstract

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.h55 行定义.

构造及析构函数说明

libMesh::Singleton::Setup::Setup ( )
protected

Constructor.

Adds the derived object to the setup cache list.

在文件 libmesh_singleton.C68 行定义.

69 {
70  get_setup_cache().push_back (this);
71 }
virtual libMesh::Singleton::Setup::~Setup ( )
virtualdefault

Destructor.

成员函数说明

virtual void libMesh::Singleton::Setup::setup ( )
pure virtual

Setup method.

Importantly, this is called after main() from the LibMeshInit constructor.


该类的文档由以下文件生成: