kanzi::detail::ComplexDataTypeTraits< T > Struct Template Reference

#include <kanzi/core/property/property_data_type_traits.hpp>

Public Types

typedef T StorageType
 
typedef const T & ParameterType
 
typedef T ReturnType
 

Static Public Member Functions

static void write (StorageType &storage, ParameterType value)
 
static const ReturnTyperead (const StorageType &storage)
 

Member Typedef Documentation

template<typename T>
typedef T kanzi::detail::ComplexDataTypeTraits< T >::StorageType
template<typename T>
typedef const T& kanzi::detail::ComplexDataTypeTraits< T >::ParameterType
template<typename T>
typedef T kanzi::detail::ComplexDataTypeTraits< T >::ReturnType

Member Function Documentation

template<typename T>
static void kanzi::detail::ComplexDataTypeTraits< T >::write ( StorageType storage,
ParameterType  value 
)
inlinestatic
template<typename T>
static const ReturnType& kanzi::detail::ComplexDataTypeTraits< T >::read ( const StorageType storage)
inlinestatic

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