#include <Exception_Data.h>
Public Attributes | |
const char * | id |
Repository id of the exception. | |
TAO_Exception_Alloc | alloc |
The allocator for this exception. | |
CORBA::TypeCode_ptr | tc_ptr |
The typecode pointer for this 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.
Definition at line 50 of file Exception_Data.h.
|
The allocator for this exception.
Definition at line 56 of file Exception_Data.h. Referenced by TAO_Operation_Details::corba_exception(). |
|
Repository id of the exception.
Definition at line 53 of file Exception_Data.h. Referenced by TAO_Operation_Details::has_exception(). |
|
The typecode pointer for this exception.
Definition at line 60 of file Exception_Data.h. |