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

eh_throw.cc File Reference

#include <bits/c++config.h>
#include "unwind-cxx.h"

Include dependency graph for eh_throw.cc:

Include dependency graph

Go to the source code of this file.

Functions

void __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc)
void __cxa_throw (void *obj, std::type_info *tinfo, void(*dest)(void *))
void __cxa_rethrow ()


Function Documentation

void __cxa_rethrow ( )
 

Definition at line 81 of file eh_throw.cc.

void __cxa_throw ( void * thrown_exception,
std::type_info * tinfo,
void(* dest)(void *) )
 

Definition at line 56 of file eh_throw.cc.

void __gxx_exception_cleanup ( _Unwind_Reason_Code code,
_Unwind_Exception * exc ) [static]
 

Definition at line 39 of file eh_throw.cc.


Generated at Tue May 1 16:28:51 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001