summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/cfcpp/CoreFoundationCPP.h
blob: 6843e2649cdab4c445547871011304fbf9df7b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//===-- CoreFoundationCPP.h -------------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//----------------------------------------------------------------------
//
//  CoreFoundationCPP.h
//  CoreFoundationCPP
//
//  Created by Greg Clayton on 4/23/09.
//
//
//----------------------------------------------------------------------

#ifndef CoreFoundationCPP_CoreFoundationCPP_H_
#define CoreFoundationCPP_CoreFoundationCPP_H_

#include <CoreFoundationCPP/CFCBundle.h>
#include <CoreFoundationCPP/CFCData.h>
#include <CoreFoundationCPP/CFCReleaser.h>
#include <CoreFoundationCPP/CFCMutableArray.h>
#include <CoreFoundationCPP/CFCMutableDictionary.h>
#include <CoreFoundationCPP/CFCMutableSet.h>
#include <CoreFoundationCPP/CFCString.h>

#endif  // CoreFoundationCPP_CoreFoundationCPP_H_
OpenPOWER on IntegriCloud