MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::MsqError::Trace Class Reference

One line of stack trace data. More...

#include <MsqError.hpp>

+ Collaboration diagram for MBMesquite::MsqError::Trace:

Public Member Functions

 Trace (const char *fun, const char *fil, int lin)

Public Attributes

std::string function
std::string file
int line

Detailed Description

One line of stack trace data.

Definition at line 167 of file MsqError.hpp.


Constructor & Destructor Documentation

MBMesquite::MsqError::Trace::Trace ( const char *  fun,
const char *  fil,
int  lin 
) [inline]

Definition at line 173 of file MsqError.hpp.

: function( fun ), file( fil ), line( lin ) {}

Member Data Documentation

Definition at line 170 of file MsqError.hpp.

Referenced by MBMesquite::operator<<().

Definition at line 169 of file MsqError.hpp.

Referenced by MBMesquite::operator<<().

Definition at line 171 of file MsqError.hpp.

Referenced by MBMesquite::operator<<().

List of all members.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines