[Previous]
[Up]
NSValue
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSValue.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (NSValue*) value: (const void*)value withObjCType: (const char*)type;
+ (NSValue*) valueWithBytes: (const void*)value objCType: (const char*)type;
+ (NSValue*) valueWithNonretainedObject: (id)anObject;
+ (NSValue*) valueWithPoint: (NSPoint)aPoint;
+ (NSValue*) valueWithPointer: (const void*)aPointer;
+ (NSValue*) valueWithRect: (NSRect)rect;
+ (NSValue*) valueWithSize: (NSSize)size;
Instances Methods
- (void) getValue: (void*)buffer;
- (id) initWithBytes: (const void*)value objCType: (const char*)type;
- (id) ;
- (id) nonretainedObjectValue;
- (const char*) objCType;
- (NSPoint) pointValue;
- (void*) pointerValue;
- (NSRect) rectValue;
- (NSSize) sizeValue;