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

A class to represent the internal "this should never happen" errors, to be thrown by "libmesh_error();". 更多...

#include <libmesh_exceptions.h>

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

Public 成员函数

 LogicError ()
 
 LogicError (const std::string &msg)
 

详细描述

A class to represent the internal "this should never happen" errors, to be thrown by "libmesh_error();".

在文件 libmesh_exceptions.h35 行定义.

构造及析构函数说明

libMesh::LogicError::LogicError ( )
inline

在文件 libmesh_exceptions.h38 行定义.

38 : std::logic_error( "Error in libMesh internal logic" ) {}
libMesh::LogicError::LogicError ( const std::string &  msg)
inline

在文件 libmesh_exceptions.h39 行定义.

39 : std::logic_error( msg ) {}

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