|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <backward.hpp>
Classes | |
| struct | SourceLoc |
Public Types | |
| typedef std::vector< SourceLoc > | source_locs_t |
Public Member Functions | |
| ResolvedTrace () | |
| ResolvedTrace (const Trace &mini_trace) | |
Public Member Functions inherited from backward::Trace | |
| Trace () | |
| Trace (void *_addr, size_t _idx) | |
Public Attributes | |
| std::string | object_filename |
| std::string | object_function |
| SourceLoc | source |
| source_locs_t | inliners |
Public Attributes inherited from backward::Trace | |
| void * | addr |
| size_t | idx |
| typedef std::vector<SourceLoc> backward::ResolvedTrace::source_locs_t |
|
inline |
|
inline |
| source_locs_t backward::ResolvedTrace::inliners |
| std::string backward::ResolvedTrace::object_filename |
| std::string backward::ResolvedTrace::object_function |
| SourceLoc backward::ResolvedTrace::source |