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

A class to stub for features that should be in libMesh, but haven't been written yet, to be thrown by "libmesh_not_implemented();". 更多...

#include <libmesh_exceptions.h>

类 libMesh::NotImplemented 继承关系图:
[图例]

Public 成员函数

 NotImplemented (std::string msg="")
 

详细描述

A class to stub for features that should be in libMesh, but haven't been written yet, to be thrown by "libmesh_not_implemented();".

在文件 libmesh_exceptions.h48 行定义.

构造及析构函数说明

libMesh::NotImplemented::NotImplemented ( std::string  msg = "")
inline

在文件 libmesh_exceptions.h51 行定义.

51 : std::logic_error( "Error: feature not implemented!\n" + msg ) {}

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