FairMQ
1.2.0
C++ Message Passing Framework
fairmq
Tools.h
1
/********************************************************************************
2
* Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3
* *
4
* This software is distributed under the terms of the *
5
* GNU Lesser General Public Licence (LGPL) version 3, *
6
* copied verbatim in the file "LICENSE" *
7
********************************************************************************/
8
9
#ifndef FAIR_MQ_TOOLS_H
10
#define FAIR_MQ_TOOLS_H
11
12
// IWYU pragma: begin_exports
13
#include <fairmq/tools/CppSTL.h>
14
#include <fairmq/tools/Network.h>
15
#include <fairmq/tools/Process.h>
16
#include <fairmq/tools/Strings.h>
17
#include <fairmq/tools/Unique.h>
18
#include <fairmq/tools/Version.h>
19
// IWYU pragma: end_exports
20
21
#endif // FAIR_MQ_TOOLS_H
Generated by
1.8.13