fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
VersionDescriptor.cpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2015.
3
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
* published by the Free Software Foundation.
5
* ****** END LICENSE BLOCK ****** */
6
7
#include "fwAtomsPatch/VersionDescriptor.hpp"
8
9
namespace
fwAtomsPatch
10
{
11
12
VersionDescriptor::VersionDescriptor
()
13
: m_context(
""
), m_versionName(
""
)
14
{
15
}
16
17
// ----------------------------------------------------------------------------
18
19
VersionDescriptor::VersionDescriptor
(
20
const
std::string& context,
const
std::string& versionName,
const
VersionsType
& versions)
21
: m_context(context), m_versionName(versionName), m_versions(versions)
22
{
23
}
24
25
// ----------------------------------------------------------------------------
26
27
VersionDescriptor::~VersionDescriptor
()
28
{
29
}
30
31
}
//namespace fwAtomsPatch
fwAtomsPatch
Contains base functionalities used to transform objects from a version to another.
Definition:
Abstract.hpp:16
fwAtomsPatch::VersionDescriptor::VersionsType
std::map< std::string, std::string > VersionsType
VersionIDs used to link type and version.
Definition:
VersionDescriptor.hpp:42
fwAtomsPatch::VersionDescriptor::VersionDescriptor
VersionDescriptor()
Constructor.
Definition:
VersionDescriptor.cpp:12
fwAtomsPatch::VersionDescriptor::~VersionDescriptor
~VersionDescriptor()
Destructor.
Definition:
VersionDescriptor.cpp:27
SrcLib
core
fwAtomsPatch
src
fwAtomsPatch
VersionDescriptor.cpp
Generated on Wed Sep 5 2018 12:48:00 for fw4spl by
1.8.11