NSMutableString Klassenreferenz

#import <NSMutableString.h>

Abgeleitet von NSString.

Basisklasse für NSCFString, NSCheapMutableString und NSPlaceholderMutableString.

Aufstellung aller Elemente


Öffentliche Methoden

(void) - replaceCharactersInRange:withString:
(void) - insertString:atIndex:
(void) - appendString:
(void) - deleteCharactersInRange:
(void) - replaceCharactersInRange:withCString:length:
(void) - replaceCharactersInRange:withCharacters:length:
(void) - appendFormat:
(void) - setString:
(unsigned int) - replaceOccurrencesOfString:withString:options:range:
(Class) - classForCoder
(id) - initWithCapacity:

Öffentliche, statische Methoden

(id) + allocWithZone:
(id) + stringWithCapacity:

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSMutableString.h.


Dokumentation der Elementfunktionen

+ (id) allocWithZone: (struct _NSZone *)  fp8  

Implementiert NSString.

+ (id) stringWithCapacity: (unsigned int)  fp8  

- (void) replaceCharactersInRange: (struct _NSRange fp8
withString: (id)  fp16 

Implementiert in NSCFString und NSPlaceholderMutableString.

- (void) insertString: (id)  fp8
atIndex: (unsigned int)  fp12 

Implementiert in NSCFString.

- (void) appendString: (id)  fp8  

Implementiert in NSCFString.

- (void) deleteCharactersInRange: (struct _NSRange fp8  

Implementiert in NSCFString.

- (void) replaceCharactersInRange: (struct _NSRange fp8
withCString: (const char *)  fp16
length: (unsigned int)  fp20 

- (void) replaceCharactersInRange: (struct _NSRange fp8
withCharacters: (const unsigned short *)  fp16
length: (unsigned int)  fp20 

- (void) appendFormat: (id)  fp8  

Implementiert in NSCFString.

- (void) setString: (id)  fp8  

Implementiert in NSCFString.

- (unsigned int) replaceOccurrencesOfString: (id)  fp8
withString: (id)  fp12
options: (unsigned int)  fp16
range: (struct _NSRange fp20 

Implementiert in NSCFString.

- (Class) classForCoder  

Implementiert NSString.

Implementiert in NSCFString.

- (id) initWithCapacity: (unsigned int)  fp8  

Implementiert in NSPlaceholderMutableString.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: