#import <nscharset.h>
Inheritance diagram for NSCharacterSet:

Public Member Functions | |
| (id) | - init |
Generate empty NSCharacterSet object.
| |
| (id) | - initWithTestFunc: |
| Generate NSCharacterSet object with test function. | |
| (void) | - dealloc |
| Release the content of CSV data. | |
| (BOOL) | - characterIsMember: |
| Check the character belong to this character set or not. | |
Static Public Member Functions | |
| (id) | + alphanumericCharacterSet |
| Set of alphabet and number character. | |
| (id) | + whitespaceAndNewlineCharacterSet |
| Set of alphabet and number character. | |
Protected Attributes | |
| NSCharsetTestFunc | test_func |
|
|
Set of alphabet and number character.
|
|
|
Check the character belong to this character set or not.
|
|
|
Release the content of CSV data.
Reimplemented from NSObject. |
|
|
Generate empty NSCharacterSet object.
Reimplemented from NSObject. |
|
|
Generate NSCharacterSet object with test function.
|
|
|
Set of alphabet and number character.
|
|
|
Function to test the character |
1.4.5