ADTF  3.18.2
property_type_default_conversion< TYPE >

Default conversion type used for all build in property types of adtf. More...

Static Public Member Functions

static tResult Convert (const IPropertyValue &oProp, TYPE &oValue)
 
static tResult ToString (const TYPE &oValue, adtf_util::cString &strValue)
 
static tResult FromString (const adtf_util::cString &strValue, TYPE &oValue)
 
static tResult ToRaw (const void *pData, const size_t szSizeOfData, IRawMemory &oToMem)
 
static tResult FromRaw (const IRawMemory &oFromMem, void *pData, const size_t szSizeOfData)
 

Detailed Description

template<typename TYPE>
struct adtf::base::ant::property_type_default_conversion< TYPE >

Default conversion type used for all build in property types of adtf.

Template Parameters
TYPEbuild in type definition this conversion tape support all integer and floating types.
See also
adtf::base::ant::property_type_conversion

Definition at line 167 of file propertyconvert.h.