cerr_mfPlugin.cc
Go to the documentation of this file.
1 // vim: set sw=2 expandtab :
2 
4 
7 
8 #include <iostream>
9 #include <memory>
10 
11 using namespace std;
13 
15 {
16  return make_unique<MFPLUGIN_RESULT_BASE>(pset, ostream_handle{cerr});
17 }
19 
STL namespace.
#define MAKE_PLUGIN_END
#define FHICL_PROVIDE_ALLOWED_CONFIGURATION(klass)
#define MFPLUGIN_RESULT_BASE
Definition: mfPlugin.h:15
MAKE_MFPLUGIN_START(, pset)