#import <ByteSet.h>
Abgeleitet von NSObject und < NSCopying >.
Basisklasse für MutableByteSet.
Öffentliche Methoden | |
| (BOOL) | - byteIsMember: |
| (id) | - invertedSet |
| (id) | - initWithRange: |
| (id) | - initWithCString: |
| (id) | - initWithBytes:length: |
| (id) | - _initWithSet: |
| (id) | - copyWithZone: |
| (id) | - mutableCopyWithZone: |
Öffentliche, statische Methoden | |
| (id) | + asciiWhitespaceSet |
| (id) | + ASCIIByteSet |
| (id) | + nonASCIIByteSet |
| (id) | + suspiciousCodepage1252ByteSet |
Geschützte Attribute | |
| char | mySet [32] |
Definiert in Zeile 12 der Datei ByteSet.h.
| + (id) asciiWhitespaceSet |
| + (id) ASCIIByteSet |
| + (id) nonASCIIByteSet |
| + (id) suspiciousCodepage1252ByteSet |
| - (BOOL) byteIsMember: | (BOOL) | fp8 |
| - (id) invertedSet |
| - (id) initWithRange: | (struct _NSRange) | fp8 |
| - (id) initWithCString: | (const char *) | fp8 |
| - (id) initWithBytes: | (const void *) | fp8 | ||
| length: | (unsigned int) | fp12 | ||
| - (id) _initWithSet: | (const char *) | fp8 |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (id) mutableCopyWithZone: | (struct _NSZone *) | fp8 |