![]() |
API
0.9.7
|
A generic "value". Can be subclassed to hold specific data types. More...
#import <CPValue.h>
Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
(id) | - initWithJSObject: |
(JSObject) | - JSObject |
Class Methods | |
(id) | + valueWithJSObject: |
A generic "value". Can be subclassed to hold specific data types.
The class can be subclassed to hold different types of scalar values.
|
implementation |
Encodes the data into the specified coder.
the | coder into which the data will be written. |
Provided by category CPValue(CPCoding).
|
implementation |
Initializes the value from a coder.
aCoder | the coder from which to initialize |
Provided by category CPValue(CPCoding).
|
implementation |
|
implementation |
|
implementation |