One line of stack trace data. More...
#include <MsqError.hpp>
Public Member Functions | |
Trace (const char *fun, const char *fil, int lin) | |
Trace (const char *fun, const char *fil, int lin) | |
Public Attributes | |
msq_std::string | function |
msq_std::string | file |
int | line |
One line of stack trace data.
Definition at line 159 of file includeLinks/MsqError.hpp.
|
inline |
Definition at line 164 of file includeLinks/MsqError.hpp.
|
inline |
Definition at line 164 of file src/Misc/MsqError.hpp.
msq_std::string file |
Definition at line 161 of file includeLinks/MsqError.hpp.
Referenced by Mesquite::operator<<().
msq_std::string function |
Definition at line 160 of file includeLinks/MsqError.hpp.
Referenced by Mesquite::operator<<().
int line |
Definition at line 162 of file includeLinks/MsqError.hpp.
Referenced by Mesquite::operator<<().