Data Types

Core Foundation Base Services provides these data types:

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.
CFRange A structure representing a range of sequential items in a container, such as characters in a buffer or elements in a collection.

© 1999 Apple Computer, Inc. — (Last Updated 9/15/99)