#include <kanzi/core/property/property_data_type_traits.hpp>
Public Types | |
typedef T | StorageType |
typedef T | ParameterType |
typedef T | ReturnType |
Static Public Member Functions | |
static void | write (StorageType &storage, ParameterType value) |
static const ReturnType & | read (const StorageType &storage) |
typedef T kanzi::detail::VectorDataTypeTraits< T >::StorageType |
typedef T kanzi::detail::VectorDataTypeTraits< T >::ParameterType |
typedef T kanzi::detail::VectorDataTypeTraits< T >::ReturnType |
|
inlinestatic |
|
inlinestatic |