TAO 4.0.2
Loading...
Searching...
No Matches
Public Attributes | List of all members
TAO::Exception_Data Struct Reference

Description of a single exception. More...

#include <Exception_Data.h>

Collaboration diagram for TAO::Exception_Data:
Collaboration graph
[legend]

Public Attributes

std::string_view id
 Repository id of the exception.
 
TAO_Exception_Alloc alloc
 The allocator for this exception.
 

Detailed Description

Description of a single exception.

The interpreter needs a way to allocate memory to hold the exception that was raised by the stub. This data structure provides the typecode for the exception as well as a static function pointer that does the job of memory allocation.

Member Data Documentation

◆ alloc

TAO_Exception_Alloc TAO::Exception_Data::alloc

The allocator for this exception.

◆ id

std::string_view TAO::Exception_Data::id

Repository id of the exception.


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