mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
feat: Add <fairmq/FwdDecls.h>
This commit is contained in:
parent
170557ace9
commit
50ae4ade0e
|
@ -154,6 +154,7 @@ if(BUILD_FAIRMQ)
|
|||
FairMQSocket.h
|
||||
FairMQTransportFactory.h
|
||||
FairMQUnmanagedRegion.h
|
||||
FwdDecls.h
|
||||
JSONParser.h
|
||||
MemoryResourceTools.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