Error::StackWalker Class Reference

#include <errors.h>

List of all members.

Public Member Functions

virtual void OnStackFrame (const wxStackFrame &frame)
 Dumps the stack Scope: Public.


Detailed Description

Definition at line 599 of file errors.h.


Member Function Documentation

void Error::StackWalker::OnStackFrame const wxStackFrame &  frame  )  [virtual]
 

Dumps the stack Scope: Public.

Author:
Alex Bligh <alex@alex.org.uk>
Date:
14-Mar-2006
Parameters:
None [INPUTS]

Definition at line 1817 of file errors.cpp.

01818 {
01819 #ifdef _DEBUG
01820     wxString l;
01821     l.Printf(_T("%d %s:%d %s"), frame.GetLevel(), frame.GetFileName().c_str(), frame.GetLine(), frame.GetName().c_str());
01822 //  l = wxString(frame.GetName().c_str();
01823     wxLogDebug(l);
01824 #endif
01825 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:54:04 2007 for Camelot by  doxygen 1.4.4