swift
registermetadata.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_CORE_REGISTERMETADATA_H
7 #define SWIFT_CORE_REGISTERMETADATA_H
8 
9 #include "core/swiftcoreexport.h"
10 
11 namespace swift::core
12 {
15 } // namespace swift::core
16 
17 #endif // SWIFT_CORE_REGISTERMETADATA_H
Backend services of the swift project, like dealing with the network or the simulators.
Definition: actionbind.cpp:7
void registerMetadata()
Register all relevant metadata in swift::core.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.