#import <MessageInvocation.h>
Abgeleitet von NSObject.
Basisklasse für MonitoredInvocation.
Öffentliche Methoden | |
| (id) | - invoke |
| (id) | - invokeWithObject: |
| (id) | - target |
| (SEL) | - selector |
| (void) | - dealloc |
| (id) | - description |
Öffentliche, statische Methoden | |
| (id) | + invocationWithSelector:target: |
| (id) | + invocationWithSelector:target:object: |
| (id) | + invocationWithSelector:target:object1:object2: |
Geschützte Attribute | |
| id | _target |
| SEL | _selector |
| id | _argument1 |
| id | _argument2 |
Definiert in Zeile 9 der Datei MessageInvocation.h.
| + (id) invocationWithSelector: | (SEL) | fp8 | ||
| target: | (id) | fp12 | ||
| + (id) invocationWithSelector: | (SEL) | fp8 | ||
| target: | (id) | fp12 | ||
| object: | (id) | fp16 | ||
| + (id) invocationWithSelector: | (SEL) | fp8 | ||
| target: | (id) | fp12 | ||
| object1: | (id) | fp16 | ||
| object2: | (id) | fp20 | ||
| - (id) invoke |
Implementiert in MonitoredInvocation.
| - (id) invokeWithObject: | (id) | fp8 |
| - (id) target |
| - (SEL) selector |
| - (void) dealloc |
| - (id) description |
Implementiert in MonitoredInvocation.
- (id) _target [protected] |
Definiert in Zeile 11 der Datei MessageInvocation.h.
- (SEL) _selector [protected] |
Definiert in Zeile 12 der Datei MessageInvocation.h.
- (id) _argument1 [protected] |
Definiert in Zeile 13 der Datei MessageInvocation.h.
- (id) _argument2 [protected] |
Definiert in Zeile 14 der Datei MessageInvocation.h.