#include <ElementTraits.h>
|
| typedef std::function< OFCondition(DcmElement &, TValueType &, unsigned long const)> | GetterType |
| | Type of the getter function.
|
| typedef std::function< OFCondition(DcmElement &, TValueType const, unsigned long const)> | SetterType |
| | Type of the setter function.
|
|
| static GetterType const | getter |
| | Getter function (one of the get??? functions of DcmElement).
|
| static SetterType const | setter |
| | Setter function (one of the put??? functions of DcmElement).
|
◆ GetterType
template<typename TValueType>
| typedef std::function<OFCondition(DcmElement &, TValueType &, unsigned long const)> odil::dcmtk::ElementTraits< TValueType >::GetterType |
Type of the getter function.
◆ SetterType
template<typename TValueType>
| typedef std::function<OFCondition(DcmElement &, TValueType const, unsigned long const)> odil::dcmtk::ElementTraits< TValueType >::SetterType |
Type of the setter function.
◆ getter
template<typename TValueType>
Getter function (one of the get??? functions of DcmElement).
◆ setter
template<typename TValueType>
Setter function (one of the put??? functions of DcmElement).
The documentation for this struct was generated from the following file: