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 | |
char * | msg |
pointer to message, may not be NULL, will be freed in dtor |
Internal exception message list.
Definition at line 64 of file exception.h.
pointer to message, may not be NULL, will be freed in dtor
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::prepend_nolock_va(), fawkes::Exception::print_trace(), fawkes::Exception::what(), and fawkes::Exception::~Exception().
pointer to next element, NULL if last element
Definition at line 65 of file exception.h.
Referenced by fawkes::Exception::append_nolock(), fawkes::Exception::append_nolock_nocopy(), fawkes::Exception::append_nolock_va(), fawkes::Exception::prepend_nolock_va(), fawkes::Exception::print_trace(), and fawkes::Exception::~Exception().