feat: Add <fairmq/FwdDecls.h>

This commit is contained in:
Dennis Klein 2021-07-16 18:06:52 +02:00
parent 170557ace9
commit 479d6e0712
2 changed files with 32 additions and 0 deletions

View File

@ -154,6 +154,7 @@ if(BUILD_FAIRMQ)
FairMQSocket.h FairMQSocket.h
FairMQTransportFactory.h FairMQTransportFactory.h
FairMQUnmanagedRegion.h FairMQUnmanagedRegion.h
FwdDecls.h
JSONParser.h JSONParser.h
MemoryResourceTools.h MemoryResourceTools.h
MemoryResources.h MemoryResources.h

31
fairmq/FwdDecls.h Normal file
View File

@ -0,0 +1,31 @@
/********************************************************************************
* Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* *
* This software is distributed under the terms of the *
* GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" *
********************************************************************************/
#ifndef FAIR_MQ_FWDDECLS_H
#define FAIR_MQ_FWDDECLS_H
#include <fairmq/ProgOptionsFwd.h>
class FairMQChannel;
class FairMQDevice;
class FairMQMemoryResource;
class FairMQMessage;
class FairMQParts;
class FairMQPoller;
class FairMQRegionBlock;
class FairMQRegionConfig;
class FairMQRegionInfo;
class FairMQSocket;
class FairMQTransportFactory;
class FairMQUnmanagedRegion;
namespace fair::mq {
class FairMQMemoryResource;
}
#endif // FAIR_MQ_FWDDECLS_H