Class Trace

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class Trace

Summary
Public Properties
Public Methods
Frame(info)
Frame& operator=(other)
Private Properties

#include <Trace.h >

Summary

This class is used to trace the current set of stack frames.  It

would be nice if it could somehow we could track the line numbers

as well.

Public Properties

class Frame operator

the Frame class is used to represent one entry on the stack


Public Methods

Frame(info)

const string& info


Frame& operator=(other)

const Frame& other


Private Properties

string info_