Used in getCallStackBackTrace()
Definition at line 20 of file backtrace.h.
#include <mrpt/system/backtrace.h>
Public Member Functions | |
| TCallStackEntry () | |
Public Attributes | |
| void * | address | 
| Address of the calling point.  More... | |
| std::string | symbolName | 
| Demangled symbol name.  More... | |
| std::string | symbolNameOriginal | 
| Original (before demangle) symbol name.  More... | |
      
  | 
  inline | 
Definition at line 22 of file backtrace.h.
| void* mrpt::system::TCallStackEntry::address | 
Address of the calling point.
Definition at line 24 of file backtrace.h.
Referenced by mrpt::system::getCallStackBackTrace().
| std::string mrpt::system::TCallStackEntry::symbolName | 
Demangled symbol name.
Definition at line 26 of file backtrace.h.
Referenced by mrpt::system::getCallStackBackTrace().
| std::string mrpt::system::TCallStackEntry::symbolNameOriginal | 
Original (before demangle) symbol name.
Definition at line 28 of file backtrace.h.
Referenced by mrpt::system::getCallStackBackTrace().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |