![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOCollectionExtractors.h>
Definition at line 139 of file OOCollectionExtractors.h.
- (NSArray *) oo_arrayForKey: | (id) | key |
Definition at line 704 of file OOCollectionExtractors.m.
References oo_arrayForKey:defaultValue:.
- (NSArray *) oo_arrayForKey: | (id) | key | |
defaultValue: | (NSArray *) | value |
Definition at line 532 of file OOCollectionExtractors.m.
References oo_objectOfClass:forKey:defaultValue:.
Referenced by oo_arrayForKey:.
- (BOOL) oo_boolForKey: | (id) | key |
Definition at line 654 of file OOCollectionExtractors.m.
References oo_boolForKey:defaultValue:.
- (BOOL) oo_boolForKey: | (id) | key | |
defaultValue: | (BOOL) | value |
Definition at line 464 of file OOCollectionExtractors.m.
References OOBooleanFromObject().
Referenced by oo_boolForKey:.
- (char) oo_charForKey: | (id) | key |
Definition at line 582 of file OOCollectionExtractors.m.
References oo_charForKey:defaultValue:.
- (char) oo_charForKey: | (id) | key | |
defaultValue: | (char) | value |
Definition at line 392 of file OOCollectionExtractors.m.
Referenced by oo_charForKey:.
- (NSData *) oo_dataForKey: | (id) | key |
Definition at line 728 of file OOCollectionExtractors.m.
References oo_dataForKey:defaultValue:.
- (NSData *) oo_dataForKey: | (id) | key | |
defaultValue: | (NSData *) | value |
Definition at line 557 of file OOCollectionExtractors.m.
References oo_objectOfClass:forKey:defaultValue:.
Referenced by oo_dataForKey:.
- (NSDictionary *) oo_dictionaryForKey: | (id) | key |
Definition at line 716 of file OOCollectionExtractors.m.
References oo_dictionaryForKey:defaultValue:.
- (NSDictionary *) oo_dictionaryForKey: | (id) | key | |
defaultValue: | (NSDictionary *) | value |
Definition at line 544 of file OOCollectionExtractors.m.
References oo_objectOfClass:forKey:defaultValue:.
Referenced by oo_dictionaryForKey:.
- (double) oo_doubleForKey: | (id) | key |
Definition at line 674 of file OOCollectionExtractors.m.
References OODoubleFromObject().
- (double) oo_doubleForKey: | (id) | key | |
defaultValue: | (double) | value |
Definition at line 484 of file OOCollectionExtractors.m.
References OODoubleFromObject().
- (float) oo_floatForKey: | (id) | key |
Definition at line 668 of file OOCollectionExtractors.m.
References OOFloatFromObject().
- (float) oo_floatForKey: | (id) | key | |
defaultValue: | (float) | value |
Definition at line 478 of file OOCollectionExtractors.m.
References OOFloatFromObject().
- (BOOL) oo_fuzzyBooleanForKey: | (id) | key |
Definition at line 661 of file OOCollectionExtractors.m.
References oo_fuzzyBooleanForKey:defaultValue:.
- (BOOL) oo_fuzzyBooleanForKey: | (id) | key | |
defaultValue: | (float) | value |
Definition at line 471 of file OOCollectionExtractors.m.
References OOFuzzyBooleanFromObject().
Referenced by oo_fuzzyBooleanForKey:.
- (HPVector) oo_hpvectorForKey: | (id) | key |
Definition at line 740 of file OOCollectionExtractors.m.
References oo_hpvectorForKey:defaultValue:.
- (HPVector) oo_hpvectorForKey: | (id) | key | |
defaultValue: | (HPVector) | value |
Definition at line 569 of file OOCollectionExtractors.m.
References OOHPVectorFromObject().
Referenced by oo_hpvectorForKey:.
- (NSInteger) oo_integerForKey: | (id) | key |
Definition at line 612 of file OOCollectionExtractors.m.
References oo_integerForKey:defaultValue:.
- (NSInteger) oo_integerForKey: | (id) | key | |
defaultValue: | (NSInteger) | value |
Definition at line 422 of file OOCollectionExtractors.m.
References OOIntegerFromObject().
Referenced by oo_integerForKey:.
- (int) oo_intForKey: | (id) | key |
Definition at line 594 of file OOCollectionExtractors.m.
References int(), and oo_intForKey:defaultValue:.
- (int) oo_intForKey: | (id) | key | |
defaultValue: | (int) | value |
Definition at line 404 of file OOCollectionExtractors.m.
References int().
Referenced by oo_intForKey:.
- (long) oo_longForKey: | (id) | key |
Definition at line 600 of file OOCollectionExtractors.m.
References long(), and oo_longForKey:defaultValue:.
- (long) oo_longForKey: | (id) | key | |
defaultValue: | (long) | value |
Definition at line 410 of file OOCollectionExtractors.m.
References long().
Referenced by oo_longForKey:.
Definition at line 606 of file OOCollectionExtractors.m.
References long(), and oo_longLongForKey:defaultValue:.
- (long long) oo_longLongForKey: | (id) | key | |
defaultValue: | (long long) | value |
Definition at line 416 of file OOCollectionExtractors.m.
References long(), and OOLongLongFromObject().
Referenced by oo_longLongForKey:.
- (NSMutableDictionary *) oo_mutableDictionaryForKey: | (id) | key |
Definition at line 722 of file OOCollectionExtractors.m.
References oo_mutableDictionaryForKey:defaultValue:.
- (NSMutableDictionary *) oo_mutableDictionaryForKey: | (id) | key | |
defaultValue: | (NSDictionary *) | value |
Definition at line 550 of file OOCollectionExtractors.m.
References oo_objectOfClass:forKey:defaultValue:.
Referenced by oo_mutableDictionaryForKey:.
- (double) oo_nonNegativeDoubleForKey: | (id) | key |
Definition at line 686 of file OOCollectionExtractors.m.
References OONonNegativeDoubleFromObject().
- (double) oo_nonNegativeDoubleForKey: | (id) | key | |
defaultValue: | (double) | value |
Definition at line 496 of file OOCollectionExtractors.m.
References OONonNegativeDoubleFromObject().
- (float) oo_nonNegativeFloatForKey: | (id) | key |
Definition at line 680 of file OOCollectionExtractors.m.
References OONonNegativeFloatFromObject().
- (float) oo_nonNegativeFloatForKey: | (id) | key | |
defaultValue: | (float) | value |
Definition at line 490 of file OOCollectionExtractors.m.
References OONonNegativeFloatFromObject().
- (id) oo_objectForKey: | (id) | key | |
defaultValue: | (id) | value |
Definition at line 502 of file OOCollectionExtractors.m.
References nil.
- (id) oo_objectOfClass: | (Class) | class | |
forKey: | (id) | key |
Definition at line 692 of file OOCollectionExtractors.m.
References oo_objectOfClass:forKey:defaultValue:.
- (id) oo_objectOfClass: | (Class) | class | |
forKey: | (id) | key | |
defaultValue: | (id) | value |
Definition at line 514 of file OOCollectionExtractors.m.
Referenced by oo_arrayForKey:defaultValue:, oo_dataForKey:defaultValue:, oo_dictionaryForKey:defaultValue:, oo_mutableDictionaryForKey:defaultValue:, and oo_objectOfClass:forKey:.
- (Quaternion) oo_quaternionForKey: | (id) | key |
Definition at line 746 of file OOCollectionExtractors.m.
References oo_quaternionForKey:defaultValue:.
- (Quaternion) oo_quaternionForKey: | (id) | key | |
defaultValue: | (Quaternion) | value |
Definition at line 575 of file OOCollectionExtractors.m.
References OOQuaternionFromObject().
Referenced by oo_quaternionForKey:.
- (NSSet *) oo_setForKey: | (id) | key |
Definition at line 710 of file OOCollectionExtractors.m.
References oo_setForKey:defaultValue:.
- (NSSet *) oo_setForKey: | (id) | key | |
defaultValue: | (NSSet *) | value |
Definition at line 538 of file OOCollectionExtractors.m.
References SetForObject().
Referenced by oo_setForKey:.
- (short) oo_shortForKey: | (id) | key |
Definition at line 588 of file OOCollectionExtractors.m.
References oo_shortForKey:defaultValue:.
- (short) oo_shortForKey: | (id) | key | |
defaultValue: | (short) | value |
Definition at line 398 of file OOCollectionExtractors.m.
Referenced by oo_shortForKey:.
- (NSString *) oo_stringForKey: | (id) | key |
Definition at line 698 of file OOCollectionExtractors.m.
References oo_stringForKey:defaultValue:.
- (NSString *) oo_stringForKey: | (id) | key | |
defaultValue: | (NSString *) | value |
Definition at line 526 of file OOCollectionExtractors.m.
References StringForObject().
Referenced by oo_stringForKey:.
- (unsigned char) oo_unsignedCharForKey: | (id) | key |
Definition at line 618 of file OOCollectionExtractors.m.
References oo_unsignedCharForKey:defaultValue:.
- (unsigned char) oo_unsignedCharForKey: | (id) | key | |
defaultValue: | (unsigned char) | value |
Definition at line 428 of file OOCollectionExtractors.m.
Referenced by oo_unsignedCharForKey:.
- (NSUInteger) oo_unsignedIntegerForKey: | (id) | key |
Definition at line 642 of file OOCollectionExtractors.m.
References oo_unsignedIntegerForKey:defaultValue:.
- (NSUInteger) oo_unsignedIntegerForKey: | (id) | key | |
defaultValue: | (NSUInteger) | value |
Definition at line 458 of file OOCollectionExtractors.m.
References OOUIntegerFromObject().
Referenced by oo_unsignedIntegerForKey:.
- (unsigned int) oo_unsignedIntForKey: | (id) | key |
Definition at line 630 of file OOCollectionExtractors.m.
References int(), and oo_unsignedIntForKey:defaultValue:.
- (unsigned int) oo_unsignedIntForKey: | (id) | key | |
defaultValue: | (unsigned int) | value |
Definition at line 440 of file OOCollectionExtractors.m.
References int().
Referenced by oo_unsignedIntForKey:.
- (unsigned long) oo_unsignedLongForKey: | (id) | key |
Definition at line 636 of file OOCollectionExtractors.m.
References long(), and oo_unsignedLongForKey:defaultValue:.
- (unsigned long) oo_unsignedLongForKey: | (id) | key | |
defaultValue: | (unsigned long) | value |
Definition at line 446 of file OOCollectionExtractors.m.
References long().
Referenced by oo_unsignedLongForKey:.
Definition at line 648 of file OOCollectionExtractors.m.
References long(), and oo_unsignedLongLongForKey:defaultValue:.
- (unsigned long long) oo_unsignedLongLongForKey: | (id) | key | |
defaultValue: | (unsigned long long) | value |
Definition at line 452 of file OOCollectionExtractors.m.
References long(), and OOUnsignedLongLongFromObject().
Referenced by oo_unsignedLongLongForKey:.
- (unsigned short) oo_unsignedShortForKey: | (id) | key |
Definition at line 624 of file OOCollectionExtractors.m.
References oo_unsignedShortForKey:defaultValue:.
- (unsigned short) oo_unsignedShortForKey: | (id) | key | |
defaultValue: | (unsigned short) | value |
Definition at line 434 of file OOCollectionExtractors.m.
Referenced by oo_unsignedShortForKey:.
- (Vector) oo_vectorForKey: | (id) | key |
Definition at line 735 of file OOCollectionExtractors.m.
References oo_vectorForKey:defaultValue:.
- (Vector) oo_vectorForKey: | (id) | key | |
defaultValue: | (Vector) | value |
Definition at line 564 of file OOCollectionExtractors.m.
References OOVectorFromObject().
Referenced by oo_vectorForKey:.