FairMQ
1.4.14
C++ Message Queuing Library and Framework
fairmq
ProgOptionsFwd.h
1
/********************************************************************************
2
* Copyright (C) 2019 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_PROGOPTIONSFWD_H
10
#define FAIR_MQ_PROGOPTIONSFWD_H
11
12
namespace
fair
13
{
14
namespace
mq
15
{
16
class
ProgOptions;
17
}
18
}
19
20
using
FairMQProgOptions
=
fair::mq::ProgOptions
;
21
22
#endif
/* FAIR_MQ_PROGOPTIONSFWD_H */
fair::mq::ProgOptions
Definition:
ProgOptions.h:36
fair
Tools for interfacing containers to the transport via polymorphic allocators.
Definition:
DeviceRunner.h:23
privacy