/headers/Foundation/NSValue.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "NSCodingProtocol.h"
00010 #import "NSCopyingProtocol.h"
00011 
00012 @interface NSValue : NSObject <NSCopying, NSCoding>
00013 {
00014 }
00015 
00016 + (id)allocWithZone:(struct _NSZone *)fp8;
00017 + (id)value:(const void *)fp8 withObjCType:(const char *)fp12;
00018 + (id)valueWithBytes:(const void *)fp8 objCType:(const char *)fp12;
00019 + (id)valueWithNonretainedObject:(id)fp8;
00020 + (id)valueWithPointer:(const void *)fp8;
00021 + (id)valueWithPoint:(struct _NSPoint)fp8;
00022 + (id)valueWithSize:(struct _NSSize)fp8;
00023 + (id)valueWithRect:(struct _NSRect)fp8;
00024 + (id)valueWithRange:(struct _NSRange)fp8;
00025 - (id)init;
00026 - (void)getValue:(void *)fp8;
00027 - (const char *)objCType;
00028 - (id)copyWithZone:(struct _NSZone *)fp8;
00029 - (BOOL)isEqualToValue:(id)fp8;
00030 - (BOOL)isEqual:(id)fp8;
00031 - (unsigned int)hash;
00032 - (id)description;
00033 - (id)nonretainedObjectValue;
00034 - (void *)pointerValue;
00035 - (struct _NSPoint)pointValue;
00036 - (struct _NSSize)sizeValue;
00037 - (struct _NSRect)rectValue;
00038 - (struct _NSRange)rangeValue;
00039 - (id)classForCoder;
00040 - (void)encodeWithCoder:(id)fp8;
00041 - (id)initWithCoder:(id)fp8;
00042 - (id)initWithBytes:(const void *)fp8 objCType:(const char *)fp12;
00043 
00044 @end
00045