File tree Expand file tree Collapse file tree 11 files changed +39
-0
lines changed
Expand file tree Collapse file tree 11 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_AUXILIARY_DATA_H
1717#define SAMPLEFLOW_AUXILIARY_DATA_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < any>
2022#include < map>
2123
Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_CONCEPTS_H
1717#define SAMPLEFLOW_CONCEPTS_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < concepts>
2022
2123namespace SampleFlow
Original file line number Diff line number Diff line change 1+ // ---------------------------------------------------------------------
2+ //
3+ // Copyright (C) 2019 by the SampleFlow authors.
4+ //
5+ // This file is part of the SampleFlow library.
6+ //
7+ // The SampleFlow library is free software; you can use it, redistribute
8+ // it, and/or modify it under the terms of the GNU Lesser General
9+ // Public License as published by the Free Software Foundation; either
10+ // version 2.1 of the License, or (at your option) any later version.
11+ // The full text of the license can be found in the file LICENSE.md at
12+ // the top level directory of SampleFlow.
13+ //
14+ // ---------------------------------------------------------------------
15+
16+ #ifndef SAMPLEFLOW_CONFIG_H
17+ #define SAMPLEFLOW_CONFIG_H
18+
19+
20+ #endif
Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_CONNECTIONS_H
1717#define SAMPLEFLOW_CONNECTIONS_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < sampleflow/concepts.h>
2022#include < sampleflow/consumer.h>
2123#include < sampleflow/producer.h>
Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_CONSUMER_H
1717#define SAMPLEFLOW_CONSUMER_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < sampleflow/auxiliary_data.h>
2022#include < sampleflow/concepts.h>
2123#include < sampleflow/producer.h>
Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_UTILITIES_H
1717#define SAMPLEFLOW_UTILITIES_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < sampleflow/concepts.h>
2022
2123#include < cstddef>
Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_FILTER_H
1717#define SAMPLEFLOW_FILTER_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < sampleflow/producer.h>
2022#include < sampleflow/consumer.h>
2123#include < sampleflow/concepts.h>
Original file line number Diff line number Diff line change 1717#define SAMPLEFLOW_PARALLEL_MODE_H
1818
1919
20+ #include < sampleflow/config.h>
2021
2122namespace SampleFlow
2223{
Original file line number Diff line number Diff line change 1616#ifndef SAMPLEFLOW_PRODUCER_H
1717#define SAMPLEFLOW_PRODUCER_H
1818
19+ #include < sampleflow/config.h>
20+
1921#include < sampleflow/auxiliary_data.h>
2022#include < sampleflow/concepts.h>
2123
Original file line number Diff line number Diff line change 1717#define SAMPLEFLOW_SCOPE_EXIT_H
1818
1919
20+ #include < sampleflow/config.h>
21+
2022#include < functional>
2123
2224namespace SampleFlow
You can’t perform that action at this time.
0 commit comments