NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
backward::ResolvedTrace::SourceLoc Struct Reference

#include <backward.hpp>

Collaboration diagram for backward::ResolvedTrace::SourceLoc:
[legend]

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ SourceLoc()

backward::ResolvedTrace::SourceLoc::SourceLoc ( )
inline

Member Function Documentation

◆ operator!=()

bool backward::ResolvedTrace::SourceLoc::operator!= ( const SourceLoc b) const
inline

◆ operator==()

bool backward::ResolvedTrace::SourceLoc::operator== ( const SourceLoc b) const
inline

References col, filename, function, and line.

Member Data Documentation

◆ col

unsigned backward::ResolvedTrace::SourceLoc::col

Referenced by operator==().

◆ filename

std::string backward::ResolvedTrace::SourceLoc::filename

Referenced by operator==().

◆ function

std::string backward::ResolvedTrace::SourceLoc::function

Referenced by operator==().

◆ line

unsigned backward::ResolvedTrace::SourceLoc::line

Referenced by operator==().


The documentation for this struct was generated from the following file: