#import <CFObject.h>
Öffentliche Methoden | |
| (id) | - self |
| (Class) | - class |
| (Class) | - superclass |
| (BOOL) | - isKindOfClass: |
| (BOOL) | - respondsToSelector: |
| (BOOL) | - conformsToProtocol: |
| (void) | - doesNotRecognizeSelector: |
| (id) | - performSelector: |
| (id) | - performSelector:withObject: |
| (id) | - performSelector:withObject:withObject: |
| (unsigned long) | - hash |
| (BOOL) | - isEqual: |
| (id) | - retain |
| (void) | - release |
| (void) | - dealloc |
| (void) | - finalize |
Öffentliche, statische Methoden | |
| (id) | + self |
| (Class) | + class |
| (Class) | + superclass |
| (BOOL) | + isKindOfClass: |
| (BOOL) | + isSubclassOfClass: |
| (BOOL) | + respondsToSelector: |
| (BOOL) | + instancesRespondToSelector: |
| (BOOL) | + conformsToProtocol: |
| (void) | + doesNotRecognizeSelector: |
| (id) | + performSelector: |
| (id) | + performSelector:withObject: |
| (id) | + performSelector:withObject:withObject: |
| (unsigned long) | + hash |
| (BOOL) | + isEqual: |
| (void) | + initialize |
| (void) | + load |
| (id) | + new |
| (id) | + newWithExtraBytes: |
| (id) | + retain |
| (void) | + release |
| (void) | + dealloc |
| (void) | + finalize |
Geschützte Attribute | |
| id | isa |
| int | rc |
Definiert in Zeile 7 der Datei CFObject.h.
| + (id) self |
| + (Class) class |
| + (Class) superclass |
| + (BOOL) isKindOfClass: | (Class) | fp8 |
| + (BOOL) isSubclassOfClass: | (Class) | fp8 |
| + (BOOL) respondsToSelector: | (SEL) | fp8 |
| + (BOOL) instancesRespondToSelector: | (SEL) | fp8 |
| + (BOOL) conformsToProtocol: | (id) | fp8 |
| + (void) doesNotRecognizeSelector: | (SEL) | fp8 |
| + (id) performSelector: | (SEL) | fp8 |
| + (id) performSelector: | (SEL) | fp8 | ||
| withObject: | (id) | fp12 | ||
| + (id) performSelector: | (SEL) | fp8 | ||
| withObject: | (id) | fp12 | ||
| withObject: | (id) | fp16 | ||
| + (unsigned long) hash |
| + (BOOL) isEqual: | (id) | fp8 |
| + (void) initialize |
| + (void) load |
| + (id) new |
| + (id) newWithExtraBytes: | (long) | fp8 |
| + (id) retain |
| + (void) release |
| + (void) dealloc |
| + (void) finalize |
| - (id) self |
| - (Class) class |
| - (Class) superclass |
| - (BOOL) isKindOfClass: | (Class) | fp8 |
| - (BOOL) respondsToSelector: | (SEL) | fp8 |
| - (BOOL) conformsToProtocol: | (id) | fp8 |
| - (void) doesNotRecognizeSelector: | (SEL) | fp8 |
| - (id) performSelector: | (SEL) | fp8 |
| - (id) performSelector: | (SEL) | fp8 | ||
| withObject: | (id) | fp12 | ||
| - (id) performSelector: | (SEL) | fp8 | ||
| withObject: | (id) | fp12 | ||
| withObject: | (id) | fp16 | ||
| - (unsigned long) hash |
| - (BOOL) isEqual: | (id) | fp8 |
| - (id) retain |
| - (void) release |
| - (void) dealloc |
| - (void) finalize |
- (id) isa [protected] |
Definiert in Zeile 9 der Datei CFObject.h.
- (int) rc [protected] |
Definiert in Zeile 10 der Datei CFObject.h.