STLdoc
STLdocumentation
|
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 void(* objc_uncaught_exception_handler)(id exception) |
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 | ) |