fawkes::Exception::message_list_t Struct Reference

Internal exception message list. More...

#include <exception.h>

List of all members.

Public Attributes

message_list_tnext
 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 64 of file exception.h.


Member Data Documentation

char* fawkes::Exception::message_list_t::msg

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::iterator::operator *(), fawkes::Exception::prepend_nolock_va(), fawkes::Exception::print_trace(), fawkes::Exception::what(), and fawkes::Exception::~Exception().

message_list_t* fawkes::Exception::message_list_t::next

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::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:
Generated on Tue Feb 22 13:31:38 2011 for Fawkes API by  doxygen 1.4.7