![]() |
API
0.9.6
|
An object representation of nil
.
More...
#import <CPNull.h>
Class Methods | |
(CPNull) | + null |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Additional Inherited Members | |
![]() | |
Class | isa |
An object representation of nil
.
This class is used as an object representation of nil
. This is handy when a collection only accepts objects as values, but you would like a nil
representation in there.
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
Reimplemented from CPObject.
Provided by category CPNull(CPKeyValueCoding).
Definition at line 280 of file CPKeyValueCoding.j.