![]() |
Leosac
0.8.0
Open Source Access Control
|
#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_ |
Definition at line 52 of file Stacktrace.hpp.
|
inline |
Definition at line 54 of file Stacktrace.hpp.
| std::string Leosac::Tools::Stacktrace::Frame::file_ |
Definition at line 66 of file Stacktrace.hpp.
| std::string Leosac::Tools::Stacktrace::Frame::function_ |
Definition at line 65 of file Stacktrace.hpp.
| int Leosac::Tools::Stacktrace::Frame::line_ |
Definition at line 67 of file Stacktrace.hpp.
| bool Leosac::Tools::Stacktrace::Frame::suppressed_ |
Flagged as true if the frame represents an unknown function.
Definition at line 64 of file Stacktrace.hpp.