#import <WebUndefined.h>
Abgeleitet von NSObject, < NSCoding > und < NSCopying >.
Öffentliche Methoden | |
| (id) | - description |
| (id) | - initWithCoder: |
| (void) | - encodeWithCoder: |
| (id) | - copyWithZone: |
| (id) | - retain |
| (void) | - release |
| (unsigned int) | - retainCount |
| (id) | - autorelease |
| (void) | - dealloc |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
| (id) | + undefined |
Definiert in Zeile 12 der Datei WebUndefined.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
| + (id) undefined |
| - (id) description |
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (id) retain |
| - (void) release |
| - (unsigned int) retainCount |
| - (id) autorelease |
| - (void) dealloc |
Implementiert NSObject.