libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
命名空间 | 函数
print_trace.h 文件参考

浏览源代码.

命名空间

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

函数

void libMesh::print_trace (std::ostream &out_stream=std::cerr)
 Print a stack trace (for code compiled with gcc) 更多...
 
std::string libMesh::demangle (const char *name)
 Mostly system independent demangler. 更多...
 
void libMesh::write_traceout ()
 Writes a stack trace to a uniquely named file if –enable-tracefiles has been set by configure, otherwise does nothing. 更多...