|
QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
#include "config.hpp"#include "span.hpp"#include <cstddef>#include <cstdint>#include <cstdlib>#include <cstring>Classes | |
| class | quickcpplib::_xxx::packed_backtrace::impl::packed_backtrace< FramePtrType, FrameTypeSize > |
| class | quickcpplib::_xxx::packed_backtrace::impl::packed_backtrace< FramePtrType, FrameTypeSize >::iterator |
| The iterator type. More... | |
| class | quickcpplib::_xxx::packed_backtrace::packed_backtrace< FramePtrType > |
| A space packed stack backtrace letting you store twice or more stack frames in the same space. More... | |
Namespaces | |
| namespace | quickcpplib |
| The QuickCppLib namespace. | |
| namespace | quickcpplib::_xxx |
| Per commit unique namespace to prevent different git submodule versions clashing. | |
| namespace | quickcpplib::_xxx::packed_backtrace |
| namespace | quickcpplib::_xxx::packed_backtrace::detail |
| namespace | quickcpplib::_xxx::packed_backtrace::impl |
Functions | |
| packed_backtrace< void * > | quickcpplib::_xxx::packed_backtrace::make_packed_backtrace (span::span< char > output, span::span< const void * > input) |
| Pack a stack backtrace into byte storage. | |