Leosac  0.8.0
Open Source Access Control
Leosac::Tools::Stacktrace::Frame Struct Reference

#include <Stacktrace.hpp>

+ Collaboration diagram for Leosac::Tools::Stacktrace::Frame:

Public Member Functions

 Frame ()
 

Public Attributes

bool suppressed_
 Flagged as true if the frame represents an unknown function. More...
 
std::string function_
 
std::string file_
 
int line_
 

Detailed Description

Definition at line 52 of file Stacktrace.hpp.

Constructor & Destructor Documentation

◆ Frame()

Leosac::Tools::Stacktrace::Frame::Frame ( )
inline

Definition at line 54 of file Stacktrace.hpp.

Member Data Documentation

◆ file_

std::string Leosac::Tools::Stacktrace::Frame::file_

Definition at line 66 of file Stacktrace.hpp.

◆ function_

std::string Leosac::Tools::Stacktrace::Frame::function_

Definition at line 65 of file Stacktrace.hpp.

◆ line_

int Leosac::Tools::Stacktrace::Frame::line_

Definition at line 67 of file Stacktrace.hpp.

◆ suppressed_

bool Leosac::Tools::Stacktrace::Frame::suppressed_

Flagged as true if the frame represents an unknown function.

Definition at line 64 of file Stacktrace.hpp.


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