Struct ResolvedTrace

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Struct Documentation

struct backward::ResolvedTrace : public backward::Trace

Public Types

typedef std::vector<SourceLoc> source_locs_t

Public Functions

inline ResolvedTrace()
inline ResolvedTrace(const Trace &mini_trace)

Public Members

std::string object_filename
std::string object_function
SourceLoc source
source_locs_t inliners
struct SourceLoc

Public Functions

inline SourceLoc()
inline bool operator==(const SourceLoc &b) const
inline bool operator!=(const SourceLoc &b) const

Public Members

std::string function
std::string filename
unsigned line
unsigned col