![]() |
Collection |
Header: Collections.h |
typedef struct OpaqueCollection* Collection;
The Collection Manager provides you with access to a collection object through a Collection reference. The Collection type defines a reference type that your compiler can type-check; it does not define a pointer to a publicly defined data structure. The contents of the collection object are private; you must use the Collection Manager functions to manipulate collection objects.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)