11#include <framework/core/Module.h>
33 void init(
const std::string& to,
bool doCopy,
const std::vector<std::string>& mergeBack);
38 virtual void event()
override;
Internal module used by Path.add_independent_merge_path().
MergeDataStoreModule()
Constructor.
std::string m_from
active DataStore ID before this module.
virtual void initialize() override
Initialize the Module.
virtual void event() override
This method is the core of the module.
virtual void terminate() override
This method is called at the end of the event processing.
std::vector< std::string > m_mergeBack
list of obj/arrays (of event durability) that should be merged with m_to.
std::string m_to
active DataStore ID after this module.
void init(const std::string &to, bool doCopy, const std::vector< std::string > &mergeBack)
setter for Path.
bool m_createNew
create new DataStore
Abstract base class for different kinds of events.