clang  3.9.0
Public Attributes | List of all members
_Unwind_Exception Struct Reference

#include <unwind.h>

Collaboration diagram for _Unwind_Exception:
[legend]

Public Attributes

_Unwind_Exception_Class exception_class
 
_Unwind_Exception_Cleanup_Fn exception_cleanup
 
_Unwind_Word private_1
 
_Unwind_Word private_2
 

Detailed Description

Definition at line 114 of file unwind.h.

Member Data Documentation

_Unwind_Exception_Class _Unwind_Exception::exception_class

Definition at line 115 of file unwind.h.

_Unwind_Exception_Cleanup_Fn _Unwind_Exception::exception_cleanup

Definition at line 116 of file unwind.h.

_Unwind_Word _Unwind_Exception::private_1

Definition at line 117 of file unwind.h.

_Unwind_Word _Unwind_Exception::private_2

Definition at line 118 of file unwind.h.


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