_OLCatchInfo Struct Reference
[Exceptions]

This is the internal structure used to pass information about exceptions. More...

#include <ObjectiveLib/Exception.h>

List of all members.

Public Attributes

OLExceptionexception
 The exception raised.
jmp_buf jumpInfo
 The information for the long jump required in case of an exception being raised.
_OLCatchInfonext
 The next node in the list.


Detailed Description

This is the internal structure used to pass information about exceptions.

This is for internal use only and it is unlikely that you will ever need to refer to this structure directly. All the functionality is expressed through the use of the OLException class and the exception handling macros.


Member Data Documentation

OLException* exception

The exception raised.

jmp_buf jumpInfo

The information for the long jump required in case of an exception being raised.

struct _OLCatchInfo* next

The next node in the list.


The documentation for this struct was generated from the following file:
ObjectiveLibGenerated Sun Apr 22 15:18:06 2007, © 2004-2007 Will Mason
SourceForge.net Logo