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_;
Utilities to help constructing class interfaces.
Top-level libcamera namespace.
Definition: backtrace.h:17
Backtrace()
Construct a backtrace.
Definition: backtrace.cpp:157
std::string toString(unsigned int skipLevels=0) const
Convert a backtrace to a string representation.
Definition: backtrace.cpp:281
Representation of a call stack backtrace.
Definition: backtrace.h:19
#define LIBCAMERA_DISABLE_COPY(klass)
Disable copy construction and assignment of the klass.