brintos

brintos / llvm-project-archived public Read only

0
0
Text · 921 B · 0c2b82a Raw
28 lines · c
1//===-- CoreFoundationCPP.h -------------------------------------*- C++ -*-===//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8//9//  CoreFoundationCPP.h10//  CoreFoundationCPP11//12//  Created by Greg Clayton on 4/23/09.13//14//15 16#ifndef CoreFoundationCPP_CoreFoundationCPP_H_17#define CoreFoundationCPP_CoreFoundationCPP_H_18 19#include <CoreFoundationCPP/CFCBundle.h>20#include <CoreFoundationCPP/CFCData.h>21#include <CoreFoundationCPP/CFCMutableArray.h>22#include <CoreFoundationCPP/CFCMutableDictionary.h>23#include <CoreFoundationCPP/CFCMutableSet.h>24#include <CoreFoundationCPP/CFCReleaser.h>25#include <CoreFoundationCPP/CFCString.h>26 27#endif // CoreFoundationCPP_CoreFoundationCPP_H_28