/headers/Foundation/NSSimpleCString.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/NSString.h>
00008 
00009 @interface NSSimpleCString : NSString
00010 {
00011     char *bytes;
00012     int numBytes;
00013 }
00014 
00015 + (id)allocWithZone:(struct _NSZone *)fp8;
00016 - (id)initWithCStringNoCopy:(char *)fp8 length:(unsigned int)fp12;
00017 - (unsigned short)characterAtIndex:(unsigned int)fp8;
00018 - (void)getCharacters:(unsigned short *)fp8 range:(struct _NSRange)fp12;
00019 - (unsigned int)length;
00020 - (unsigned int)cStringLength;
00021 - (unsigned int)fastestEncoding;
00022 - (unsigned int)smallestEncoding;
00023 - (BOOL)canBeConvertedToEncoding:(unsigned int)fp8;
00024 - (id)copyWithZone:(struct _NSZone *)fp8;
00025 - (const char *)_fastCStringContents:(BOOL)fp8;
00026 - (BOOL)isEqual:(id)fp8;
00027 - (BOOL)isEqualToString:(id)fp8;
00028 - (int)compare:(id)fp8 options:(unsigned int)fp12 range:(struct _NSRange)fp16;
00029 - (BOOL)hasPrefix:(id)fp8;
00030 - (BOOL)hasSuffix:(id)fp8;
00031 - (unsigned int)hash;
00032 - (BOOL)getBytes:(char *)fp8 maxLength:(unsigned int)fp12 usedLength:(unsigned int *)fp16 encoding:(unsigned int)fp20 options:(unsigned int)fp24 range:(struct _NSRange)fp28 remainingRange:(struct _NSRange *)fp36;
00033 - (id)_newSubstringWithRange:(struct _NSRange)fp8 zone:(struct _NSZone *)fp16;
00034 - (id)stringByAppendingString:(id)fp8;
00035 - (void)dealloc;
00036 - (void)finalize;
00037 
00038 @end
00039