#import <CPPair.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithFirst:andSecond: |
| (id) | - initWithFirstPointer:andSecond: |
| (id) | - initWithFirst:andSecondPointer: |
| (id) | - initWithFirstPointer:andSecondPointer: |
| (void) | - dealloc |
| (BOOL) | - isEqual: |
| (unsigned int) | - hash |
| (id) | - first |
| (id) | - second |
| (id) | - description |
Öffentliche, statische Methoden | |
| (id) | + pairWithFirst:andSecond: |
| (id) | + pairWithFirstPointer:andSecond: |
| (id) | + pairWithFirst:andSecondPointer: |
| (id) | + pairWithFirstPointer:andSecondPointer: |
Geschützte Attribute | |
| NSObject * | m_first |
| BOOL | m_firstIsWrapped |
| NSObject * | m_second |
| BOOL | m_secondIsWrapped |
Definiert in Zeile 9 der Datei CPPair.h.
| + (id) pairWithFirst: | (id) | fp8 | ||
| andSecond: | (id) | fp12 | ||
| + (id) pairWithFirstPointer: | (id) | fp8 | ||
| andSecond: | (id) | fp12 | ||
| + (id) pairWithFirst: | (id) | fp8 | ||
| andSecondPointer: | (id) | fp12 | ||
| + (id) pairWithFirstPointer: | (id) | fp8 | ||
| andSecondPointer: | (id) | fp12 | ||
| - (id) initWithFirst: | (id) | fp8 | ||
| andSecond: | (id) | fp12 | ||
| - (id) initWithFirstPointer: | (id) | fp8 | ||
| andSecond: | (id) | fp12 | ||
| - (id) initWithFirst: | (id) | fp8 | ||
| andSecondPointer: | (id) | fp12 | ||
| - (id) initWithFirstPointer: | (id) | fp8 | ||
| andSecondPointer: | (id) | fp12 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (id) first |
| - (id) second |
| - (id) description |
- (BOOL) m_firstIsWrapped [protected] |
- (BOOL) m_secondIsWrapped [protected] |