ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
ExceptionEntry Struct Reference

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.

#include <exception.hpp>

Collaboration diagram for ExceptionEntry:
[legend]

Public Field Index:

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

Field Details:

◆ message

Message message

The message,.

Definition at line 40 of file exception.hpp.

◆ next

ExceptionEntry* next = nullptr

A pointer to the next message.

Definition at line 41 of file exception.hpp.


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