Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOCollectionExtractors.h>
Definition at line 139 of file OOCollectionExtractors.h.
- (NSArray *) oo_arrayForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSArray *) oo_arrayForKey: | (id) | key | |
defaultValue: | (NSArray *) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (BOOL) oo_boolForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (BOOL) oo_boolForKey: | (id) | key | |
defaultValue: | (BOOL) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (char) oo_charForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (char) oo_charForKey: | (id) | key | |
defaultValue: | (char) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSData *) oo_dataForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSData *) oo_dataForKey: | (id) | key | |
defaultValue: | (NSData *) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSDictionary *) oo_dictionaryForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSDictionary *) oo_dictionaryForKey: | (id) | key | |
defaultValue: | (NSDictionary *) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (double) oo_doubleForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (double) oo_doubleForKey: | (id) | key | |
defaultValue: | (double) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (float) oo_floatForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (float) oo_floatForKey: | (id) | key | |
defaultValue: | (float) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (BOOL) oo_fuzzyBooleanForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (BOOL) oo_fuzzyBooleanForKey: | (id) | key | |
defaultValue: | (float) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (HPVector) oo_hpvectorForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (HPVector) oo_hpvectorForKey: | (id) | key | |
defaultValue: | (HPVector) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSInteger) oo_integerForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSInteger) oo_integerForKey: | (id) | key | |
defaultValue: | (NSInteger) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (int) oo_intForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (int) oo_intForKey: | (id) | key | |
defaultValue: | (int) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (long) oo_longForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (long) oo_longForKey: | (id) | key | |
defaultValue: | (long) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
Definition at line 1558 of file OOCollectionExtractors.m.
- (long long) oo_longLongForKey: | (id) | key | |
defaultValue: | (long long) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSMutableDictionary *) oo_mutableDictionaryForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSMutableDictionary *) oo_mutableDictionaryForKey: | (id) | key | |
defaultValue: | (NSDictionary *) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (double) oo_nonNegativeDoubleForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (double) oo_nonNegativeDoubleForKey: | (id) | key | |
defaultValue: | (double) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (float) oo_nonNegativeFloatForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (float) oo_nonNegativeFloatForKey: | (id) | key | |
defaultValue: | (float) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (id) oo_objectForKey: | (id) | key | |
defaultValue: | (id) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (id) oo_objectOfClass: | (Class) | class | |
forKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (id) oo_objectOfClass: | (Class) | class | |
forKey: | (id) | key | |
defaultValue: | (id) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (Quaternion) oo_quaternionForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (Quaternion) oo_quaternionForKey: | (id) | key | |
defaultValue: | (Quaternion) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSSet *) oo_setForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSSet *) oo_setForKey: | (id) | key | |
defaultValue: | (NSSet *) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (short) oo_shortForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (short) oo_shortForKey: | (id) | key | |
defaultValue: | (short) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSString *) oo_stringForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSString *) oo_stringForKey: | (id) | key | |
defaultValue: | (NSString *) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned char) oo_unsignedCharForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned char) oo_unsignedCharForKey: | (id) | key | |
defaultValue: | (unsigned char) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSUInteger) oo_unsignedIntegerForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (NSUInteger) oo_unsignedIntegerForKey: | (id) | key | |
defaultValue: | (NSUInteger) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned int) oo_unsignedIntForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned int) oo_unsignedIntForKey: | (id) | key | |
defaultValue: | (unsigned int) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned long) oo_unsignedLongForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned long) oo_unsignedLongForKey: | (id) | key | |
defaultValue: | (unsigned long) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned long long) oo_unsignedLongLongForKey: | (id) | key | |
defaultValue: | (unsigned long long) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned short) oo_unsignedShortForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (unsigned short) oo_unsignedShortForKey: | (id) | key | |
defaultValue: | (unsigned short) | value |
Definition at line 1558 of file OOCollectionExtractors.m.
- (Vector) oo_vectorForKey: | (id) | key |
Definition at line 1558 of file OOCollectionExtractors.m.
- (Vector) oo_vectorForKey: | (id) | key | |
defaultValue: | (Vector) | value |
Definition at line 1558 of file OOCollectionExtractors.m.