31 lines
1.0 KiB
C++
31 lines
1.0 KiB
C++
//===-- 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_
|