libzypp 17.31.23
Backtrace.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
11#ifndef ZYPP_BASE_BACKTRACE_H
12#define ZYPP_BASE_BACKTRACE_H
13
14#include <iosfwd>
15#include <string>
16
18namespace zypp
19{
20
32 std::ostream & dumpBacktrace( std::ostream & stream_r );
33
34} // namespace zypp
36#endif // ZYPP_BASE_BACKTRACE_H
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2
std::ostream & dumpBacktrace(std::ostream &stream_r)
Dump current stack trace to a stream.
Definition: Backtrace.cc:24