libzypp  17.36.7
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 
17 #include <zypp/Globals.h>
18 
20 namespace zypp
21 {
22 
34  std::ostream & dumpBacktrace( std::ostream & stream_r ) ZYPP_API;
35 
36 } // namespace zypp
38 #endif // ZYPP_BASE_BACKTRACE_H
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition: ResTraits.h:93
Easy-to use interface to the ZYPP dependency resolver.
Definition: Application.cc:19
std::ostream & dumpBacktrace(std::ostream &stream_r)
Dump current stack trace to a stream.
Definition: Backtrace.cc:24