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

A class representing a failed attempt by the library to open a file (or construct an fstream, etc), to be thrown by "libmesh_file_error(filename);" For ease of debugging, "filename" should include any (absolute or relative or implicit) pathname that was part of the failed open. 更多...

#include <libmesh_exceptions.h>

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

Public 成员函数

 FileError (const std::string &filename, const std::string msg="")
 

详细描述

A class representing a failed attempt by the library to open a file (or construct an fstream, etc), to be thrown by "libmesh_file_error(filename);" For ease of debugging, "filename" should include any (absolute or relative or implicit) pathname that was part of the failed open.

在文件 libmesh_exceptions.h62 行定义.

构造及析构函数说明

libMesh::FileError::FileError ( const std::string &  filename,
const std::string  msg = "" 
)
inline

在文件 libmesh_exceptions.h65 行定义.

65  :
66  std::runtime_error("Error with file `" + filename + "'\n" + std::move(msg)) {}

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