Backtrace.h File Reference

Go to the source code of this file.

Classes

class  Backtrace
 A Backtrace represents a backtrace of the run-time stack. More...
struct  Backtrace::LibraryInfo
class  AutoBacktrace
 AutoBacktrace provides a handler that intercepts fatal errors, prints a backtrace, and passes on the fatal error to other handlers. More...

Functions

std::ostream & operator<< (std::ostream &os, const Backtrace &bt)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Backtrace bt 
) [inline]

Definition at line 108 of file Backtrace.h.

References Backtrace::print().

00109 {
00110     return bt.print(os);
00111 }


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1