/headers/Foundation/NSConstantString.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/NSSimpleCString.h>
00008 
00009 @interface NSConstantString : NSSimpleCString
00010 {
00011 }
00012 
00013 - (id)initWithCharactersNoCopy:(unsigned short *)fp8 length:(unsigned int)fp12;
00014 - (unsigned short)characterAtIndex:(unsigned int)fp8;
00015 - (void)getCharacters:(unsigned short *)fp8 range:(struct _NSRange)fp12;
00016 - (unsigned int)length;
00017 - (unsigned int)cStringLength;
00018 - (unsigned int)fastestEncoding;
00019 - (unsigned int)smallestEncoding;
00020 - (BOOL)canBeConvertedToEncoding:(unsigned int)fp8;
00021 - (id)copy;
00022 - (id)copyWithZone:(struct _NSZone *)fp8;
00023 - (const char *)_fastCStringContents:(BOOL)fp8;
00024 - (BOOL)isEqual:(id)fp8;
00025 - (BOOL)isEqualToString:(id)fp8;
00026 - (int)compare:(id)fp8 options:(unsigned int)fp12 range:(struct _NSRange)fp16;
00027 - (unsigned int)hash;
00028 - (id)autorelease;
00029 - (id)retain;
00030 - (unsigned int)retainCount;
00031 - (void)release;
00032 - (void)dealloc;
00033 - (void)finalize;
00034 - (const char *)cString;
00035 - (const char *)lossyCString;
00036 
00037 @end
00038