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