ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::exceptions::detail::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 T of struct TSharedMonoVal that class Exception is derived from and this way allocated (self-contained) in a MonoAllocator.

Definition at line 17 of file exception.inl.

Collaboration diagram for alib::exceptions::detail::ExceptionEntry:
[legend]

Public Field Index:

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

Field Details:

◆ message

Message alib::exceptions::detail::ExceptionEntry::message

The message,.

Definition at line 19 of file exception.inl.

◆ next

ExceptionEntry* alib::exceptions::detail::ExceptionEntry::next = nullptr

A pointer to the next message.

Definition at line 20 of file exception.inl.


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