/headers/Foundation/NSCFBoolean.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 <Foundation/NSNumber.h>
00008 
00009 @interface NSCFBoolean : NSNumber
00010 {
00011 }
00012 
00013 - (BOOL)isEqual:(id)fp8;
00014 - (unsigned int)hash;
00015 - (id)retain;
00016 - (oneway void)release;
00017 - (unsigned int)retainCount;
00018 - (void)finalize;
00019 - (BOOL)charValue;
00020 - (unsigned char)unsignedCharValue;
00021 - (short)shortValue;
00022 - (unsigned short)unsignedShortValue;
00023 - (int)intValue;
00024 - (unsigned int)unsignedIntValue;
00025 - (long)longValue;
00026 - (unsigned long)unsignedLongValue;
00027 - (long long)longLongValue;
00028 - (unsigned long long)unsignedLongLongValue;
00029 - (BOOL)boolValue;
00030 - (unsigned long)_cfTypeID;
00031 - (void)getValue:(void *)fp8;
00032 - (const char *)objCType;
00033 - (float)floatValue;
00034 - (double)doubleValue;
00035 - (id)copyWithZone:(struct _NSZone *)fp8;
00036 
00037 @end
00038