#import <MLPredicate.h>
Abgeleitet von NSObject und < NSCoding >.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - description |
| (void) | - encodeWithCoder: |
| (id) | - initWithCoder: |
| (unsigned long) | - property |
| (unsigned long) | - propertyValueType |
| (id) | - propertyStringValue |
| (unsigned long long) | - propertyUnsignedValue |
Öffentliche, statische Methoden | |
| (void) | + initialize |
| (id) | + predicateForProperty:stringValue: |
| (id) | + predicateForProperty:unsignedValue: |
| (id) | + predicateForProperty:withValueFromTrack: |
| (id) | + predicateForProperty:withValueFromEntityAtIndex:query: |
Geschützte Attribute | |
| unsigned int | _property |
| unsigned int | _valueType |
| union $_139 | _value |
Definiert in Zeile 11 der Datei MLPredicate.h.
| + (void) initialize |
Implementiert NSObject.
| + (id) predicateForProperty: | (unsigned long) | fp8 | ||
| stringValue: | (id) | fp12 | ||
| + (id) predicateForProperty: | (unsigned long) | fp8 | ||
| unsignedValue: | (unsigned long long) | fp12 | ||
| + (id) predicateForProperty: | (unsigned long) | fp8 | ||
| withValueFromTrack: | (id) | fp12 | ||
| + (id) predicateForProperty: | (unsigned long) | fp8 | ||
| withValueFromEntityAtIndex: | (unsigned int) | fp12 | ||
| query: | (id) | fp16 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (id) description |
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (unsigned long) property |
| - (unsigned long) propertyValueType |
| - (id) propertyStringValue |
| - (unsigned long long) propertyUnsignedValue |
- (unsigned int) _property [protected] |
Definiert in Zeile 13 der Datei MLPredicate.h.
- (unsigned int) _valueType [protected] |
Definiert in Zeile 14 der Datei MLPredicate.h.
- (union $_139) _value [write, protected] |
Definiert in Zeile 15 der Datei MLPredicate.h.