#include <ElementTraits.h>
|
typedef std::function< OFCondition(DcmElement &, TValueType &, unsigned long const)> | GetterType |
| Type of the getter function. More...
|
|
typedef std::function< OFCondition(DcmElement &, TValueType const, unsigned long const)> | SetterType |
| Type of the setter function. More...
|
|
◆ GetterType
template<typename TValueType >
Type of the getter function.
◆ SetterType
template<typename TValueType >
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: