fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
fwDataCamp/src/fwDataCamp/String.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/String.hpp>
8
9
#include <fwCamp/UserObject.hpp>
10
11
fwCampImplementDataMacro((
fwData
)(String))
12
{
13
builder
14
.tag(
"object_version"
,
"1"
)
15
.tag(
"lib_name"
,
"fwData"
)
16
.base<
::fwData::Object
>()
17
.property(
"value"
, (std::string
fwData::String
::*) &
fwData::String::m_value
)
18
;
19
}
fwData::GenericField< std::string >::m_value
std::string m_value
The stored value.
Definition:
SrcLib/core/fwData/include/fwData/GenericField.hpp:165
fwData::Object
Base class for each data object.
Definition:
SrcLib/core/fwData/include/fwData/Object.hpp:48
fwData
Contains the representation of the data objects used in the framework.
Definition:
SSliceIndexDicomEditor.hpp:27
fwData::String
This class contains an std::string value.
Definition:
fwData/include/fwData/String.hpp:24
SrcLib
core
fwDataCamp
src
fwDataCamp
String.cpp
Generated on Wed Sep 5 2018 12:47:59 for fw4spl by
1.8.11