7 #include "fwAtomsPatch/LinkDescriptor.hpp" 13 m_weight(1), m_context(
""), m_originVersion(
""), m_targetVersion(
"")
20 const std::string& targetVersion,
const std::string& patcher,
22 m_weight(weight), m_context(context), m_originVersion(originVersion), m_targetVersion(targetVersion),
23 m_patcher(patcher), m_links(links)
Contains base functionalities used to transform objects from a version to another.
LinkDescriptor()
Constructor.
~LinkDescriptor()
Destructor.
std::map< VersionIDType, VersionIDType > LinksType
Links used to link two versions.