ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | List of all members
ExceptionEntry Struct Reference

#include <exception.hpp>

Collaboration diagram for ExceptionEntry:
[legend]

Class Description

An element of the (single) linked list of message entries of class exception. A pointer to this type is used as the template parameter TContained of struct SelfContained that class Exception is derived from and this way allocated (self-contained) in a MonoAllocator.

Definition at line 38 of file exception.hpp.

Public Fields

Message message
 The message,.
 
ExceptionEntrynext = nullptr
 A pointer to the next message.
 

The documentation for this struct was generated from the following file: