#include <kanzi/core/property/property_data_type_traits.hpp>
Public Types | |
| typedef string_view | ParameterType |
| typedef string | ReturnType |
| typedef string | StorageType |
Static Public Member Functions | |
| static const string & | read (const StorageType &storage) |
| static void | write (StorageType &storage, ParameterType parameter) |
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 |