fawkes::Exception::message_list_t Struct Reference
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 | |
Detailed Description
Internal exception message list.Definition at line 61 of file exception.h.
Member Data Documentation
pointer to message, may not be NULL, will be freed in dtor
Definition at line 63 of file exception.h.
Referenced by fawkes::Exception::append_nolock(), fawkes::Exception::append_nolock_nocopy(), fawkes::Exception::append_nolock_va(), fawkes::Exception::iterator::operator*(), 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 62 of file exception.h.
Referenced by fawkes::Exception::append_nolock(), fawkes::Exception::append_nolock_nocopy(), fawkes::Exception::append_nolock_va(), fawkes::Exception::iterator::operator++(), fawkes::Exception::prepend_nolock_va(), fawkes::Exception::print_trace(), and fawkes::Exception::~Exception().
The documentation for this struct was generated from the following file:
- src/libs/core/exception.h

