]>
git.saurik.com Git - apple/cf.git/blob - CoreFoundation.h
2 * Copyright (c) 2013 Apple Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
25 Copyright (c) 1998-2013, Apple Inc. All rights reserved.
28 #if !defined(__COREFOUNDATION_COREFOUNDATION__)
29 #define __COREFOUNDATION_COREFOUNDATION__ 1
30 #define __COREFOUNDATION__ 1
32 #if !defined(CF_EXCLUDE_CSTD_HEADERS)
34 #include <sys/types.h>
51 #if defined(__STDC_VERSION__) && (199901L <= __STDC_VERSION__)
61 #include <CoreFoundation/CFBase.h>
62 #include <CoreFoundation/CFArray.h>
63 #include <CoreFoundation/CFBag.h>
64 #include <CoreFoundation/CFBinaryHeap.h>
65 #include <CoreFoundation/CFBitVector.h>
66 #include <CoreFoundation/CFByteOrder.h>
67 #include <CoreFoundation/CFCalendar.h>
68 #include <CoreFoundation/CFCharacterSet.h>
69 #include <CoreFoundation/CFData.h>
70 #include <CoreFoundation/CFDate.h>
71 #include <CoreFoundation/CFDateFormatter.h>
72 #include <CoreFoundation/CFDictionary.h>
73 #include <CoreFoundation/CFError.h>
74 #include <CoreFoundation/CFLocale.h>
75 #include <CoreFoundation/CFNumber.h>
76 #include <CoreFoundation/CFNumberFormatter.h>
77 #include <CoreFoundation/CFPreferences.h>
78 #include <CoreFoundation/CFPropertyList.h>
79 #include <CoreFoundation/CFSet.h>
80 #include <CoreFoundation/CFString.h>
81 #include <CoreFoundation/CFStringEncodingExt.h>
82 #include <CoreFoundation/CFTimeZone.h>
83 #include <CoreFoundation/CFTree.h>
84 #include <CoreFoundation/CFURL.h>
85 #include <CoreFoundation/CFURLAccess.h>
86 #include <CoreFoundation/CFUUID.h>
87 #include <CoreFoundation/CFUtilities.h>
89 #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) || (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE) || TARGET_OS_WIN32
90 #include <CoreFoundation/CFBundle.h>
91 #include <CoreFoundation/CFMessagePort.h>
92 #include <CoreFoundation/CFPlugIn.h>
93 #include <CoreFoundation/CFRunLoop.h>
94 #include <CoreFoundation/CFStream.h>
95 #include <CoreFoundation/CFSocket.h>
100 #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) || (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)
103 #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
104 #include <CoreFoundation/CFUserNotification.h>
105 #include <CoreFoundation/CFXMLNode.h>
106 #include <CoreFoundation/CFXMLParser.h>
110 #endif /* ! __COREFOUNDATION_COREFOUNDATION__ */