STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
objc-exception.h File Reference
#include "objc.h"
#include "objc-decls.h"

Go to the source code of this file.

Typedefs

typedef int(* objc_exception_matcher )(Class catch_class, id exception)
 
typedef void(* objc_uncaught_exception_handler )(id exception)
 

Functions

objc_EXPORT void objc_exception_throw (id exception)
 
objc_EXPORT objc_exception_matcher objc_setExceptionMatcher (objc_exception_matcher new_matcher)
 
objc_EXPORT
objc_uncaught_exception_handler 
objc_setUncaughtExceptionHandler (objc_uncaught_exception_handler new_handler)
 

Typedef Documentation

typedef int(* objc_exception_matcher)(Class catch_class, id exception)
typedef void(* objc_uncaught_exception_handler)(id exception)

Function Documentation

objc_EXPORT void objc_exception_throw ( id  exception)
objc_EXPORT objc_exception_matcher objc_setExceptionMatcher ( objc_exception_matcher  new_matcher)
objc_EXPORT objc_uncaught_exception_handler objc_setUncaughtExceptionHandler ( objc_uncaught_exception_handler  new_handler)