Kanzi 3.9.10
kanzi::PropertyDataTypeTraits< string > Struct Reference

#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
 

Member Typedef Documentation

◆ StorageType

typedef string kanzi::PropertyDataTypeTraits< string >::StorageType

◆ ParameterType

typedef string_view kanzi::PropertyDataTypeTraits< string >::ParameterType

◆ ReturnType

typedef string kanzi::PropertyDataTypeTraits< string >::ReturnType

Member Function Documentation

◆ write()

static void kanzi::PropertyDataTypeTraits< string >::write ( StorageType & storage,
ParameterType parameter )
inlinestatic

◆ read()

static const string & kanzi::PropertyDataTypeTraits< string >::read ( const StorageType & storage)
inlinestatic

Member Data Documentation

◆ dataType


The documentation for this struct was generated from the following file: