Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::system::TCallStackEntry Struct Reference

Detailed Description

Used in getCallStackBackTrace()

Definition at line 19 of file backtrace.h.

#include <mrpt/system/backtrace.h>

Public Member Functions

 TCallStackEntry ()
 

Public Attributes

voidaddress
 Address of the calling point. More...
 
std::string symbolName
 Demangled symbol name. More...
 
std::string symbolNameOriginal
 Original (before demangle) symbol name. More...
 

Constructor & Destructor Documentation

◆ TCallStackEntry()

mrpt::system::TCallStackEntry::TCallStackEntry ( )
inline

Definition at line 21 of file backtrace.h.

Member Data Documentation

◆ address

void* mrpt::system::TCallStackEntry::address

Address of the calling point.

Definition at line 23 of file backtrace.h.

Referenced by mrpt::system::getCallStackBackTrace().

◆ symbolName

std::string mrpt::system::TCallStackEntry::symbolName

Demangled symbol name.

Definition at line 25 of file backtrace.h.

Referenced by mrpt::system::getCallStackBackTrace().

◆ symbolNameOriginal

std::string mrpt::system::TCallStackEntry::symbolNameOriginal

Original (before demangle) symbol name.

Definition at line 27 of file backtrace.h.

Referenced by mrpt::system::getCallStackBackTrace().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST