Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::PropertyDataTypeTraits< string > Struct Template 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 stringread (const StorageType &storage)
 
static void write (StorageType &storage, ParameterType parameter)
 

Static Public Attributes

static const PropertyDataType dataType
 

Member Typedef Documentation

◆ StorageType

◆ ParameterType

◆ 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: