swift
registermetadatadb.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2016 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_MISC_DB_REGISTERMETADATADB_H
7 #define SWIFT_MISC_DB_REGISTERMETADATADB_H
8 
9 #include "misc/swiftmiscexport.h"
10 
11 namespace swift::misc::db
12 {
15 } // namespace swift::misc::db
16 
17 #endif // SWIFT_MISC_DB_REGISTERMETADATADB_H
void registerMetadata()
Register all relevant metadata in Misc.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.