ADTF  3.18.2
property_type_conversion_nothing< TYPE >

Empty conversion type. More...

Static Public Member Functions

static tResult Convert (const IPropertyValue &, TYPE &oToValue)
 
static tResult ToString (const TYPE &, adtf_util::cString &strToString)
 
static tResult FromString (const adtf_util::cString &, TYPE &oToValue)
 
static tResult ToRaw (const void *, const size_t, IRawMemory &)
 
static tResult FromRaw (const IRawMemory &, void *, const size_t)
 

Detailed Description

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

Empty conversion type.

See also
adtf::base::ant::property_type_conversion

Definition at line 245 of file propertyconvert.h.