mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
feat: Add <fairmq/FwdDecls.h>
This commit is contained in:
parent
170557ace9
commit
479d6e0712
|
@ -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
31
fairmq/FwdDecls.h
Normal 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
|
Loading…
Reference in New Issue
Block a user