mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
feat: Add <fairmq/FwdDecls.h>
This commit is contained in:
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
|
Reference in New Issue
Block a user