kanzi::PropertyDataTypeTraits< string > Struct Template Reference

#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
 

Member Typedef Documentation

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

Member Function Documentation

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

Member Data Documentation

const PropertyDataType kanzi::PropertyDataTypeTraits< string >::dataType
static

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