BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Types | Public Member Functions | Protected Member Functions
BeeeOn::Backtrace Class Reference

Public Types

enum  { supported = 0 }
 

Public Member Functions

 Backtrace (bool empty=false)
 
unsigned int size () const
 
std::string operator[] (unsigned int i) const
 
std::string at (unsigned int i) const
 
std::string toString (const std::string &indent="") const
 
void dump (int fd) const
 

Protected Member Functions

void fatal () const
 

Member Function Documentation

void Backtrace::dump ( int  fd) const

In case of very unusual situations, it is better to dump the backtrace into an open file instead of standard logging facilities. This method is intended for such purposes. It is async-signal-safe.


The documentation for this class was generated from the following files: