Functions
Issue17457TestDestination_mfPlugin.cc File Reference
#include "fhiclcpp/types/AllowedConfigurationMacro.h"
#include "fhiclcpp/types/ConfigurationTable.h"
#include "fhiclcpp/types/OptionalAtom.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "messagefacility/MessageService/ELostreamOutput.h"
#include "messagefacility/Utilities/ErrorObj.h"
#include "messagefacility/plugins/mfPlugin.h"
#include <string>

Go to the source code of this file.

Functions

 MAKE_MFPLUGIN_START (, pset)
 

Function Documentation

MAKE_MFPLUGIN_START ( pset  )

Definition at line 72 of file Issue17457TestDestination_mfPlugin.cc.

73 {
74  return make_unique<Issue17457TestDestination>(pset);
75 }