35 #ifndef FIELDUTILS_OUTPUTSTDOUT
36 #define FIELDUTILS_OUTPUTSTDOUT
38 #include "../Module.h"
60 virtual void Process(po::variables_map &vm);
64 return "OutputStdOut";
69 return "Output written to StdOut";
Abstract base class for output modules.
virtual ModulePriority GetModulePriority()
virtual std::string GetModuleName()
OutputStdOut(FieldSharedPtr f)
static ModuleKey m_className
virtual std::string GetModuleDescription()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual void Process(po::variables_map &vm)
Write fld to output file.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
The above copyright notice and this permission notice shall be included.