[Previous]
[Up]
NSValue
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSValue.h
Inherits from: NSObject
Conforms to: NSCoding
+ (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
- (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