#include <kanzi/core/property/property_data_type_traits.hpp>
Public Types | |
typedef string | StorageType |
typedef string_view | ParameterType |
typedef string | ReturnType |
Static Public Member Functions | |
static void | write (StorageType &storage, ParameterType parameter) |
static const string & | read (const StorageType &storage) |
Static Public Attributes | |
static const PropertyDataType | dataType |
typedef string kanzi::PropertyDataTypeTraits< string >::StorageType |
typedef string_view kanzi::PropertyDataTypeTraits< string >::ParameterType |
typedef string kanzi::PropertyDataTypeTraits< string >::ReturnType |
|
inlinestatic |
|
inlinestatic |
|
static |