Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
simpleStacktrace.h
Go to the documentation of this file.
1
6// stacktrace.h (c) 2008, Timo Bingmann from http://idlebox.net/
7// published under the WTFPL v2.0
8
9#pragma once
10
11#include <alib/string>
12
13namespace ext {
14
19void simpleStacktrace ( ext::ostream & out, unsigned int max_frames = 1000);
20
21} /* namespace ext */
22
Definition: ostream.h:14
Definition: sigHandler.cpp:20
void simpleStacktrace(std::ostream &, unsigned int)
Definition: simpleStacktrace.cpp:141