9 #ifndef _3ae28d18_6f01_4e10_98e2_1c0d21fdcab7
10 #define _3ae28d18_6f01_4e10_98e2_1c0d21fdcab7
15 #include <dcmtk/config/osconfig.h>
16 #include <dcmtk/dcmdata/dcelem.h>
17 #include <dcmtk/dcmdata/dcvr.h>
32 template<
typename TValueType>
36 typedef std::function<OFCondition(DcmElement &, TValueType &, unsigned long const)>
GetterType;
40 typedef std::function<OFCondition(DcmElement &, TValueType const, unsigned long const)>
SetterType;
47 #endif // _3ae28d18_6f01_4e10_98e2_1c0d21fdcab7
Definition: Association.cpp:22
static SetterType const setter
Setter function (one of the put??? functions of DcmElement).
Definition: ElementTraits.h:42
static GetterType const getter
Getter function (one of the get??? functions of DcmElement).
Definition: ElementTraits.h:38
std::function< OFCondition(DcmElement &, TValueType const, unsigned long const)> SetterType
Type of the setter function.
Definition: ElementTraits.h:40
Traits for generic data access to values of DcmElement.
Definition: ElementTraits.h:33
std::function< OFCondition(DcmElement &, TValueType &, unsigned long const)> GetterType
Type of the getter function.
Definition: ElementTraits.h:36