fw4spl
SrcLib/core/fwDataCamp/src/fwDataCamp/Composite.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 <fwData/Composite.hpp>
8 #include <fwData/camp/mapper.hpp>
9 
10 #include <fwCamp/UserObject.hpp>
11 #include <fwCamp/Mapper/ValueMapper.hpp>
12 
13 fwCampImplementDataMacro((fwData)(Composite))
14 {
15  builder
16  .tag("object_version", "1")
17  .tag("lib_name", "fwData")
18  .base< ::fwData::Object>()
19  .property("values", &::fwData::Composite::m_container)
20  ;
21 }
Base class for each data object.
Contains the representation of the data objects used in the framework.