Data Types


CFAllocatorAllocateCallBack
CFAllocatorContext A structure that defines the context or operating environment for an allocator (CFAllocator) object. Every Core Foundation allocator object must have a context defined for it.
CFAllocatorCopyDescriptionCallBack
CFAllocatorDeallocateCallBack
CFAllocatorPreferredSizeCallBack
CFAllocatorReallocateCallBack
CFAllocatorRef A reference to a CFAllocator object in Core Foundation.
CFAllocatorReleaseCallBack
CFAllocatorRetainCallBack
CFComparatorFunction
CFHashCode A type for hash codes returned by the Core Foundation Base Services function CFHash.
CFIndex An integer type used throughout Core Foundation in several programmatic roles: as an array index and for count, size, and length parameters and return values.
CFMutableStringRef
CFOptionFlags A bitfield used for passing special allocation and other requests into Core Foundation creation functions. The flag bits are specific to particular opaque types in Core Foundation.
CFRange A structure representing a range of sequential items in a container, such as characters in a buffer or elements in a collection.
CFStringRef A reference to a CFString object in Core Foundation.
CFTypeID A type for unique, constant integer values that identify particular Core Foundation opaque types.
CFTypeRef An untyped "generic" reference to any Core Foundation object.

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)