CPRegularExpression Klassenreferenz

#import <CPRegularExpression.h>

Abgeleitet von NSObject, < NSCopying > und < NSCoding >.

Aufstellung aller Elemente


Öffentliche Methoden

(void) - dealloc
(id) - initWithExpressionString:
(id) - initWithExpressionString:options:
(unsigned int) - numberOfSubexpressions
(id) - init
(id) - copyWithZone:
(BOOL) - isEqual:
(unsigned int) - hash
(id) - expressionString
(struct _NSRange- matchedRangeForCString:range:subexpressionRanges:count:
(struct _NSRange- matchedRangeForString:range:subexpressionRanges:count:
(id) - initWithCoder:
(void) - encodeWithCoder:

Öffentliche, statische Methoden

(void) + initialize
(id) + regularExpressionWithString:
(const char *) + getBytesForString:lossByte:

Geschützte Attribute

NSString_expressionString
void * _reserved

Ausführliche Beschreibung

Definiert in Zeile 14 der Datei CPRegularExpression.h.


Dokumentation der Elementfunktionen

+ (void) initialize  

Implementiert NSObject.

+ (id) regularExpressionWithString: (id)  fp8  

+ (const char *) getBytesForString: (id)  fp8
lossByte: (unsigned char)  fp12 

- (void) dealloc  

Implementiert NSObject.

- (id) initWithExpressionString: (id)  fp8  

- (id) initWithExpressionString: (id)  fp8
options: (unsigned int)  fp12 

- (unsigned int) numberOfSubexpressions  

- (id) init  

- (id) copyWithZone: (struct _NSZone *)  fp8  

Erneute Implementation von < NSCopying >.

- (BOOL) isEqual: (id)  fp8  

Implementiert NSObject.

- (unsigned int) hash  

Implementiert NSObject.

- (id) expressionString  

- (struct _NSRange) matchedRangeForCString: (const char *)  fp8
range: (struct _NSRange fp12
subexpressionRanges: (struct _NSRange *)  fp20
count: (unsigned int)  fp24 

- (struct _NSRange) matchedRangeForString: (id)  fp8
range: (struct _NSRange fp12
subexpressionRanges: (struct _NSRange *)  fp20
count: (unsigned int)  fp24 

- (id) initWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

- (void) encodeWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.


Dokumentation der Datenelemente

- (NSString*) _expressionString [protected]

Definiert in Zeile 16 der Datei CPRegularExpression.h.

- (void*) _reserved [protected]

Definiert in Zeile 17 der Datei CPRegularExpression.h.


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