FairRoot
|
#include "BaseSourcePolicy.h"
#include "FairFileSource.h"
#include "FairRunAna.h"
#include <FairMQLogger.h>
#include <functional>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | FairSourceMQInterface< FairSourceType, DataType > |
Typedefs | |
template<typename T , typename U > | |
using | enable_if_match = typename std::enable_if< std::is_same< T, U >::value, int >::type |
using enable_if_match = typename std::enable_if<std::is_same<T, U>::value, int>::type |
Definition at line 21 of file FairSourceMQInterface.h.