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