CFCharacterSetRef |
Header: CFCharacterSet.h |
A reference to a CFCharacterSet object in Core Foundation.
typedef struct OpaqueCFCharacterSetRef* CFCharacterSetRef;
The CFCharacterSetRef type is a reference type used in some Core Foundation parameters and function results. It refers to a CFCharacterSet object, which represents a more or less arbitrary grouping of characters. CFCharacterSet is an opaque type, defined in Core Foundation's String Services, that defines the characteristics and behavior of CFCharacterSet objects.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)