fedor@boulder.colorado.edu
)Version: 1.15
Date: 2004/06/22 22:40:36
Copyright: (C) 1993,1994 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSBitmapCharSet.h
Standards:
- MacOS-X
- OpenStep
- GNUstep
An NSCharacterSet that stores the set of unicode characters in it as a simple bitmap. Implementation is very efficient.
Init directly with bitmap data.
bitmap should be BITMAP_SIZE
long, which is currently 2^16 / 8.
Designated
initializer
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
- Declared in:
- Foundation/NSBitmapCharSet.h
Standards:
- MacOS-X
- OpenStep
- GNUstep
Mutable version of NSBitmapCharSet .
Init directly with bitmap data.
bitmap should be BITMAP_SIZE
long, which is currently 2^16 / 8.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.