LLDB mainline
CoreFoundationCPP.h
Go to the documentation of this file.
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-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// CoreFoundationCPP.h
10// CoreFoundationCPP
11//
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_