7 #ifndef __FWATOMSPATCH_VERSIONDESCRIPTOR_HPP__ 8 #define __FWATOMSPATCH_VERSIONDESCRIPTOR_HPP__ 13 #include <fwCore/BaseObject.hpp> 15 #include "fwAtomsPatch/config.hpp" 52 VersionDescriptor(
const std::string& context,
const std::string& versionName,
const VersionsType& versions);
80 std::string m_context;
83 std::string m_versionName;
86 VersionsType m_versions;
const VersionsType & getVersions() const
Returns versions.
Version descriptor used to identify a version.
Contains base functionalities used to transform objects from a version to another.
Struct used to compare two VersionDescriptor.
std::map< std::string, std::string > VersionsType
VersionIDs used to link type and version.
const std::string & getVersionName() const
Returns version name.
const std::string & getContext() const
Returns context name.