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

__cxxabiv1::__cxa_exception Struct Reference

#include <unwind-cxx.h>

Collaboration diagram for __cxxabiv1::__cxa_exception:

Collaboration graph
[legend]
List of all members.

Public Attributes

std::type_info* exceptionType
void (* exceptionDestructor )(void *)
std::unexpected_handler unexpectedHandler
std::terminate_handler terminateHandler
__cxa_exception* nextException
int handlerCount
int handlerSwitchValue
const unsigned char* actionRecord
const unsigned char* languageSpecificData
void* catchTemp
void* adjustedPtr
_Unwind_Exception unwindHeader

Member Data Documentation

const unsigned char* __cxxabiv1::__cxa_exception::actionRecord
 

Definition at line 62 of file unwind-cxx.h.

void* __cxxabiv1::__cxa_exception::adjustedPtr
 

Definition at line 65 of file unwind-cxx.h.

void* __cxxabiv1::__cxa_exception::catchTemp
 

Definition at line 64 of file unwind-cxx.h.

void (* __cxxabiv1::__cxa_exception::exceptionDestructor)(void *)
 

std::type_info* __cxxabiv1::__cxa_exception::exceptionType
 

Definition at line 44 of file unwind-cxx.h.

int __cxxabiv1::__cxa_exception::handlerCount
 

Definition at line 57 of file unwind-cxx.h.

int __cxxabiv1::__cxa_exception::handlerSwitchValue
 

Definition at line 61 of file unwind-cxx.h.

const unsigned char* __cxxabiv1::__cxa_exception::languageSpecificData
 

Definition at line 63 of file unwind-cxx.h.

__cxa_exception* __cxxabiv1::__cxa_exception::nextException
 

Definition at line 53 of file unwind-cxx.h.

std::terminate_handler __cxxabiv1::__cxa_exception::terminateHandler
 

Definition at line 50 of file unwind-cxx.h.

std::unexpected_handler __cxxabiv1::__cxa_exception::unexpectedHandler
 

Definition at line 49 of file unwind-cxx.h.

_Unwind_Exception __cxxabiv1::__cxa_exception::unwindHeader
 

Definition at line 68 of file unwind-cxx.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:42 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001