Fawkes API
Fawkes Development Version
|
Internal exception message list. More...
#include <exception.h>
Public Attributes | |
message_list_t * | next |
pointer to next element, NULL if last element More... | |
char * | msg |
pointer to message, may not be NULL, will be freed in dtor More... | |
Internal exception message list.
Definition at line 65 of file exception.h.
char* fawkes::Exception::message_list_t::msg |
pointer to message, may not be NULL, will be freed in dtor
Definition at line 67 of file exception.h.
Referenced by fawkes::Exception::append_nolock(), fawkes::Exception::append_nolock_nocopy(), fawkes::Exception::append_nolock_va(), fawkes::Exception::copy_messages(), fawkes::Exception::prepend_nolock_va(), fawkes::Exception::print_trace(), fawkes::Exception::what(), fawkes::Exception::what_no_backtrace(), and fawkes::Exception::~Exception().
message_list_t* fawkes::Exception::message_list_t::next |
pointer to next element, NULL if last element
Definition at line 66 of file exception.h.
Referenced by fawkes::Exception::append_nolock(), fawkes::Exception::append_nolock_nocopy(), fawkes::Exception::append_nolock_va(), fawkes::Exception::copy_messages(), fawkes::Exception::prepend_nolock_va(), fawkes::Exception::print_trace(), and fawkes::Exception::~Exception().