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) |
| 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 }
1.5.1