|
libcamera
v0.1.0
Supporting cameras in Linux since 2019
|
Go to the documentation of this file.
13 #include <libcamera/base/private.h>
24 std::string
toString(
unsigned int skipLevels = 0)
const;
29 bool backtraceTrace();
32 std::vector<void *> backtrace_;
33 std::vector<std::string> backtraceText_;
std::string toString(unsigned int skipLevels=0) const
Convert a backtrace to a string representation.
Definition: backtrace.cpp:281
Utilities to help constructing class interfaces.
#define LIBCAMERA_DISABLE_COPY(klass)
Disable copy construction and assignment of the klass.
Top-level libcamera namespace.
Definition: backtrace.h:17
Backtrace()
Construct a backtrace.
Definition: backtrace.cpp:157
Representation of a call stack backtrace.
Definition: backtrace.h:20