Odil
A C++11 library for the DICOM standard
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. More...
 
typedef std::function< OFCondition(DcmElement &, TValueType const, unsigned long const)> SetterType
 Type of the setter function. More...
 

Static Public Attributes

static const GetterType getter
 Getter function (one of the get??? functions of DcmElement). More...
 
static const SetterType setter
 Setter function (one of the put??? functions of DcmElement). More...
 

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 >
const GetterType odil::dcmtk::ElementTraits< TValueType >::getter
static

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

◆ setter

template<typename TValueType >
const SetterType 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: