Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Exception_Data Struct Reference

Description of a single exception. More...

#include <Stub.h>

List of all members.

Public Attributes

const char * id
 Repository id of the exception. More...

TAO_Exception_Alloc alloc
 The allocator for this exception. More...


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

TAO_Exception_Alloc TAO_Exception_Data::alloc
 

The allocator for this exception.

const char* TAO_Exception_Data::id
 

Repository id of the exception.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 10 18:31:46 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001