Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
odil::dcmtk::ElementTraits< TValueType > Struct Template Reference

#include <ElementTraits.h>

Public Types

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 Public Attributes

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).
 

Member Typedef Documentation

◆ 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.

Member Data Documentation

◆ getter

template<typename TValueType >
GetterType const odil::dcmtk::ElementTraits< TValueType >::getter
static

Getter function (one of the get??? functions of DcmElement).

◆ setter

template<typename TValueType >
SetterType const odil::dcmtk::ElementTraits< TValueType >::setter
static

Setter function (one of the put??? functions of DcmElement).


The documentation for this struct was generated from the following file: