35 #ifndef FIELDUTILS_OUTPUTINFO
36 #define FIELDUTILS_OUTPUTINFO
38 #include "../Module.h"
60 virtual void Process(po::variables_map &vm);
69 return "Writing Info file";
virtual std::string GetModuleDescription()
virtual void Process(po::variables_map &vm)
Write fld to output file.
OutputInfo(FieldSharedPtr f)
virtual std::string GetModuleName()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey m_className
virtual ModulePriority GetModulePriority()
Abstract base class for output modules.
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.