MOAB: Mesh Oriented datABase
(version 5.4.1)
|
One line of stack trace data. More...
#include <MsqError.hpp>
Public Member Functions | |
Trace (const char *fun, const char *fil, int lin) | |
Public Attributes | |
std::string | function |
std::string | file |
int | line |
One line of stack trace data.
Definition at line 167 of file MsqError.hpp.
MBMesquite::MsqError::Trace::Trace | ( | const char * | fun, |
const char * | fil, | ||
int | lin | ||
) | [inline] |
Definition at line 173 of file MsqError.hpp.
std::string MBMesquite::MsqError::Trace::file |
Definition at line 170 of file MsqError.hpp.
Referenced by MBMesquite::operator<<().
std::string MBMesquite::MsqError::Trace::function |
Definition at line 169 of file MsqError.hpp.
Referenced by MBMesquite::operator<<().
Definition at line 171 of file MsqError.hpp.
Referenced by MBMesquite::operator<<().