/headers/Foundation/NSCFString.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/NSMutableString.h>
00008 
00009 @interface NSCFString : NSMutableString
00010 {
00011 }
00012 
00013 - (id)retain;
00014 - (oneway void)release;
00015 - (unsigned int)retainCount;
00016 - (unsigned int)hash;
00017 - (void)finalize;
00018 - (unsigned int)length;
00019 - (unsigned short)characterAtIndex:(unsigned int)fp8;
00020 - (void)getCharacters:(unsigned short *)fp8 range:(struct _NSRange)fp12;
00021 - (const unsigned short *)_fastCharacterContents;
00022 - (const char *)_fastCStringContents:(BOOL)fp8;
00023 - (const char *)cString;
00024 - (const char *)UTF8String;
00025 - (unsigned int)cStringLength;
00026 - (const char *)cStringUsingEncoding:(unsigned int)fp8;
00027 - (BOOL)getCString:(char *)fp8 maxLength:(unsigned int)fp12 encoding:(unsigned int)fp16;
00028 - (id)substringWithRange:(struct _NSRange)fp8;
00029 - (BOOL)isEqual:(id)fp8;
00030 - (BOOL)isEqualToString:(id)fp8;
00031 - (BOOL)hasPrefix:(id)fp8;
00032 - (BOOL)hasSuffix:(id)fp8;
00033 - (void)getLineStart:(unsigned int *)fp8 end:(unsigned int *)fp12 contentsEnd:(unsigned int *)fp16 forRange:(struct _NSRange)fp20;
00034 - (id)copyWithZone:(struct _NSZone *)fp8;
00035 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00036 - (unsigned int)fastestEncoding;
00037 - (unsigned int)smallestEncoding;
00038 - (Class)classForCoder;
00039 - (BOOL)_isCString;
00040 - (void)replaceCharactersInRange:(struct _NSRange)fp8 withString:(id)fp16;
00041 - (void)insertString:(id)fp8 atIndex:(unsigned int)fp12;
00042 - (void)appendString:(id)fp8;
00043 - (void)deleteCharactersInRange:(struct _NSRange)fp8;
00044 - (void)appendFormat:(id)fp8;
00045 - (void)setString:(id)fp8;
00046 - (void)appendCharacters:(const unsigned short *)fp8 length:(unsigned int)fp12;
00047 - (unsigned int)replaceOccurrencesOfString:(id)fp8 withString:(id)fp12 options:(unsigned int)fp16 range:(struct _NSRange)fp20;
00048 
00049 @end
00050