00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSMutableCharacterSet.h>
00008
00009 @interface NSCFCharacterSet : NSMutableCharacterSet
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 - (id)copyWithZone:(struct _NSZone *)fp8;
00020 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00021 - (BOOL)characterIsMember:(unsigned short)fp8;
00022 - (BOOL)longCharacterIsMember:(unsigned long)fp8;
00023 - (BOOL)isSupersetOfSet:(id)fp8;
00024 - (BOOL)hasMemberInPlane:(unsigned char)fp8;
00025 - (id)bitmapRepresentation;
00026 - (id)invertedSet;
00027 - (void)addCharactersInRange:(struct _NSRange)fp8;
00028 - (void)removeCharactersInRange:(struct _NSRange)fp8;
00029 - (void)addCharactersInString:(id)fp8;
00030 - (void)removeCharactersInString:(id)fp8;
00031 - (void)formUnionWithCharacterSet:(id)fp8;
00032 - (void)formIntersectionWithCharacterSet:(id)fp8;
00033 - (void)invert;
00034 - (void)makeCharacterSetCompact;
00035 - (void)makeCharacterSetFast;
00036 - (Class)classForArchiver;
00037 - (Class)classForKeyedArchiver;
00038 - (void)encodeWithCoder:(id)fp8;
00039
00040 @end
00041