#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 ReturnType | read (StorageType storage) |
typedef T kanzi::detail::PrimitiveDataTypeTraits< T >::StorageType |
typedef T kanzi::detail::PrimitiveDataTypeTraits< T >::ParameterType |
typedef T kanzi::detail::PrimitiveDataTypeTraits< T >::ReturnType |
|
inlinestatic |
|
inlinestatic |