• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //===-- CoreFoundationCPP.h -------------------------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //----------------------------------------------------------------------
10 //
11 //  CoreFoundationCPP.h
12 //  CoreFoundationCPP
13 //
14 //  Created by Greg Clayton on 4/23/09.
15 //
16 //
17 //----------------------------------------------------------------------
18 
19 #ifndef CoreFoundationCPP_CoreFoundationCPP_H_
20 #define CoreFoundationCPP_CoreFoundationCPP_H_
21 
22 #include <CoreFoundationCPP/CFCBundle.h>
23 #include <CoreFoundationCPP/CFCData.h>
24 #include <CoreFoundationCPP/CFCReleaser.h>
25 #include <CoreFoundationCPP/CFCMutableArray.h>
26 #include <CoreFoundationCPP/CFCMutableDictionary.h>
27 #include <CoreFoundationCPP/CFCMutableSet.h>
28 #include <CoreFoundationCPP/CFCString.h>
29 
30 #endif  // CoreFoundationCPP_CoreFoundationCPP_H_
31