![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOCollectionExtractors.h>
Definition at line 53 of file OOCollectionExtractors.h.
- (NSArray *) oo_arrayAtIndex: | (NSUInteger) | index |
Definition at line 350 of file OOCollectionExtractors.m.
References oo_arrayAtIndex:defaultValue:.
- (NSArray *) oo_arrayAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSArray *) | value |
Definition at line 183 of file OOCollectionExtractors.m.
References oo_objectOfClass:atIndex:defaultValue:.
Referenced by oo_arrayAtIndex:.
- (BOOL) oo_boolAtIndex: | (NSUInteger) | index |
Definition at line 293 of file OOCollectionExtractors.m.
References oo_boolAtIndex:defaultValue:.
- (BOOL) oo_boolAtIndex: | (NSUInteger) | index | |
defaultValue: | (BOOL) | value |
Definition at line 115 of file OOCollectionExtractors.m.
References OOBooleanFromObject().
Referenced by oo_boolAtIndex:.
- (char) oo_charAtIndex: | (NSUInteger) | index |
Definition at line 221 of file OOCollectionExtractors.m.
References oo_charAtIndex:defaultValue:.
- (char) oo_charAtIndex: | (NSUInteger) | index | |
defaultValue: | (char) | value |
Definition at line 43 of file OOCollectionExtractors.m.
Referenced by oo_charAtIndex:.
- (NSData *) oo_dataAtIndex: | (NSUInteger) | index |
Definition at line 368 of file OOCollectionExtractors.m.
References oo_dataAtIndex:defaultValue:.
- (NSData *) oo_dataAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSData *) | value |
Definition at line 201 of file OOCollectionExtractors.m.
References oo_objectOfClass:atIndex:defaultValue:.
Referenced by oo_dataAtIndex:.
- (NSDictionary *) oo_dictionaryAtIndex: | (NSUInteger) | index |
Definition at line 362 of file OOCollectionExtractors.m.
References oo_dictionaryAtIndex:defaultValue:.
- (NSDictionary *) oo_dictionaryAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSDictionary *) | value |
Definition at line 195 of file OOCollectionExtractors.m.
References oo_objectOfClass:atIndex:defaultValue:.
Referenced by oo_dictionaryAtIndex:.
- (double) oo_doubleAtIndex: | (NSUInteger) | index |
Definition at line 313 of file OOCollectionExtractors.m.
References OODoubleFromObject().
- (double) oo_doubleAtIndex: | (NSUInteger) | index | |
defaultValue: | (double) | value |
Definition at line 135 of file OOCollectionExtractors.m.
References OODoubleFromObject().
- (float) oo_floatAtIndex: | (NSUInteger) | index |
Definition at line 307 of file OOCollectionExtractors.m.
References OOFloatFromObject().
- (float) oo_floatAtIndex: | (NSUInteger) | index | |
defaultValue: | (float) | value |
Definition at line 129 of file OOCollectionExtractors.m.
References OOFloatFromObject().
- (BOOL) oo_fuzzyBooleanAtIndex: | (NSUInteger) | index |
Definition at line 300 of file OOCollectionExtractors.m.
References oo_fuzzyBooleanAtIndex:defaultValue:.
- (BOOL) oo_fuzzyBooleanAtIndex: | (NSUInteger) | index | |
defaultValue: | (float) | value |
Definition at line 122 of file OOCollectionExtractors.m.
References OOFuzzyBooleanFromObject().
Referenced by oo_fuzzyBooleanAtIndex:.
- (int) oo_intAtIndex: | (NSUInteger) | index |
Definition at line 233 of file OOCollectionExtractors.m.
References int(), and oo_intAtIndex:defaultValue:.
- (int) oo_intAtIndex: | (NSUInteger) | index | |
defaultValue: | (int) | value |
Definition at line 55 of file OOCollectionExtractors.m.
References int().
Referenced by oo_intAtIndex:.
- (NSInteger) oo_integerAtIndex: | (NSUInteger) | index |
Definition at line 251 of file OOCollectionExtractors.m.
References oo_integerAtIndex:defaultValue:.
- (NSInteger) oo_integerAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSInteger) | value |
Definition at line 73 of file OOCollectionExtractors.m.
References OOIntegerFromObject().
Referenced by oo_integerAtIndex:.
- (long) oo_longAtIndex: | (NSUInteger) | index |
Definition at line 239 of file OOCollectionExtractors.m.
References long(), and oo_longAtIndex:defaultValue:.
- (long) oo_longAtIndex: | (NSUInteger) | index | |
defaultValue: | (long) | value |
Definition at line 61 of file OOCollectionExtractors.m.
References long().
Referenced by oo_longAtIndex:.
Definition at line 245 of file OOCollectionExtractors.m.
References long(), and oo_longLongAtIndex:defaultValue:.
- (long long) oo_longLongAtIndex: | (NSUInteger) | index | |
defaultValue: | (long long) | value |
Definition at line 67 of file OOCollectionExtractors.m.
References long(), and OOLongLongFromObject().
Referenced by oo_longLongAtIndex:.
- (double) oo_nonNegativeDoubleAtIndex: | (NSUInteger) | index |
Definition at line 325 of file OOCollectionExtractors.m.
References OONonNegativeDoubleFromObject().
- (double) oo_nonNegativeDoubleAtIndex: | (NSUInteger) | index | |
defaultValue: | (double) | value |
Definition at line 147 of file OOCollectionExtractors.m.
References OONonNegativeDoubleFromObject().
- (float) oo_nonNegativeFloatAtIndex: | (NSUInteger) | index |
Definition at line 319 of file OOCollectionExtractors.m.
References OONonNegativeFloatFromObject().
- (float) oo_nonNegativeFloatAtIndex: | (NSUInteger) | index | |
defaultValue: | (float) | value |
Definition at line 141 of file OOCollectionExtractors.m.
References OONonNegativeFloatFromObject().
- (id) oo_objectAtIndex: | (NSUInteger) | index |
Definition at line 331 of file OOCollectionExtractors.m.
Referenced by oo_objectAtIndex:defaultValue:, and oo_objectOfClass:atIndex:defaultValue:.
- (id) oo_objectAtIndex: | (NSUInteger) | index | |
defaultValue: | (id) | value |
Definition at line 153 of file OOCollectionExtractors.m.
References nil, and oo_objectAtIndex:.
- (id) oo_objectOfClass: | (Class) | class | |
atIndex: | (NSUInteger) | index |
Definition at line 338 of file OOCollectionExtractors.m.
References oo_objectOfClass:atIndex:defaultValue:.
- (id) oo_objectOfClass: | (Class) | class | |
atIndex: | (NSUInteger) | index | |
defaultValue: | (id) | value |
Definition at line 165 of file OOCollectionExtractors.m.
References oo_objectAtIndex:.
Referenced by oo_arrayAtIndex:defaultValue:, oo_dataAtIndex:defaultValue:, oo_dictionaryAtIndex:defaultValue:, and oo_objectOfClass:atIndex:.
- (Quaternion) oo_quaternionAtIndex: | (NSUInteger) | index |
Definition at line 381 of file OOCollectionExtractors.m.
References oo_quaternionAtIndex:defaultValue:.
- (Quaternion) oo_quaternionAtIndex: | (NSUInteger) | index | |
defaultValue: | (Quaternion) | value |
Definition at line 214 of file OOCollectionExtractors.m.
References OOQuaternionFromObject().
Referenced by oo_quaternionAtIndex:.
- (NSSet *) oo_setAtIndex: | (NSUInteger) | index |
Definition at line 356 of file OOCollectionExtractors.m.
References oo_setAtIndex:defaultValue:.
- (NSSet *) oo_setAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSSet *) | value |
Definition at line 189 of file OOCollectionExtractors.m.
References SetForObject().
Referenced by oo_setAtIndex:.
- (short) oo_shortAtIndex: | (NSUInteger) | index |
Definition at line 227 of file OOCollectionExtractors.m.
References oo_shortAtIndex:defaultValue:.
- (short) oo_shortAtIndex: | (NSUInteger) | index | |
defaultValue: | (short) | value |
Definition at line 49 of file OOCollectionExtractors.m.
Referenced by oo_shortAtIndex:.
- (NSString *) oo_stringAtIndex: | (NSUInteger) | index |
Definition at line 344 of file OOCollectionExtractors.m.
References oo_stringAtIndex:defaultValue:.
- (NSString *) oo_stringAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSString *) | value |
Definition at line 177 of file OOCollectionExtractors.m.
References StringForObject().
Referenced by oo_stringAtIndex:.
- (unsigned char) oo_unsignedCharAtIndex: | (NSUInteger) | index |
Definition at line 257 of file OOCollectionExtractors.m.
References oo_unsignedCharAtIndex:defaultValue:.
- (unsigned char) oo_unsignedCharAtIndex: | (NSUInteger) | index | |
defaultValue: | (unsigned char) | value |
Definition at line 79 of file OOCollectionExtractors.m.
Referenced by oo_unsignedCharAtIndex:.
- (unsigned int) oo_unsignedIntAtIndex: | (NSUInteger) | index |
Definition at line 269 of file OOCollectionExtractors.m.
References int(), and oo_unsignedIntAtIndex:defaultValue:.
- (unsigned int) oo_unsignedIntAtIndex: | (NSUInteger) | index | |
defaultValue: | (unsigned int) | value |
Definition at line 91 of file OOCollectionExtractors.m.
References int().
Referenced by oo_unsignedIntAtIndex:.
- (NSUInteger) oo_unsignedIntegerAtIndex: | (NSUInteger) | index |
Definition at line 287 of file OOCollectionExtractors.m.
References oo_unsignedIntegerAtIndex:defaultValue:.
- (NSUInteger) oo_unsignedIntegerAtIndex: | (NSUInteger) | index | |
defaultValue: | (NSUInteger) | value |
Definition at line 109 of file OOCollectionExtractors.m.
References OOUIntegerFromObject().
Referenced by oo_unsignedIntegerAtIndex:.
- (unsigned long) oo_unsignedLongAtIndex: | (NSUInteger) | index |
Definition at line 275 of file OOCollectionExtractors.m.
References long(), and oo_unsignedLongAtIndex:defaultValue:.
- (unsigned long) oo_unsignedLongAtIndex: | (NSUInteger) | index | |
defaultValue: | (unsigned long) | value |
Definition at line 97 of file OOCollectionExtractors.m.
References long().
Referenced by oo_unsignedLongAtIndex:.
Definition at line 281 of file OOCollectionExtractors.m.
References long(), and oo_unsignedLongLongAtIndex:defaultValue:.
- (unsigned long long) oo_unsignedLongLongAtIndex: | (NSUInteger) | index | |
defaultValue: | (unsigned long long) | value |
Definition at line 103 of file OOCollectionExtractors.m.
References long(), and OOUnsignedLongLongFromObject().
Referenced by oo_unsignedLongLongAtIndex:.
- (unsigned short) oo_unsignedShortAtIndex: | (NSUInteger) | index |
Definition at line 263 of file OOCollectionExtractors.m.
References oo_unsignedShortAtIndex:defaultValue:.
- (unsigned short) oo_unsignedShortAtIndex: | (NSUInteger) | index | |
defaultValue: | (unsigned short) | value |
Definition at line 85 of file OOCollectionExtractors.m.
Referenced by oo_unsignedShortAtIndex:.
- (Vector) oo_vectorAtIndex: | (NSUInteger) | index |
Definition at line 375 of file OOCollectionExtractors.m.
References oo_vectorAtIndex:defaultValue:.
- (Vector) oo_vectorAtIndex: | (NSUInteger) | index | |
defaultValue: | (Vector) | value |
Definition at line 208 of file OOCollectionExtractors.m.
References OOVectorFromObject().
Referenced by oo_vectorAtIndex:.