API  1.0.0
CPValue.h
Go to the documentation of this file.
1 
2 @interface CPValue : CPObject
3 {
4  JSObject _JSObject;
5 }
6 @end
JSObject JSObject()
Definition: CPValue.j:63
A generic "value". Can be subclassed to hold specific data types.
Definition: CPValue.h:2