swift
samplesjson.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
6 
7 #ifndef SWIFT_SAMPLE_SAMPLESJSON_H
8 #define SWIFT_SAMPLE_SAMPLESJSON_H
9 
10 namespace swift::sample
11 {
12 
15  {
16  public:
18  static int samples();
19  };
20 } // namespace swift::sample
21 
22 #endif
Samples for metadata.
Definition: samplesjson.h:15
static int samples()
Run the samples.
Definition: samplesjson.cpp:49