ADTF  3.18.2
cPropertyStdStringConversion

Conversion type used for adtf::base::ant::property<std::string> More...

Static Public Member Functions

static tResult Convert (const IPropertyValue &oPropertyType, std::string &oToValue)
 
static tResult ToString (const std::string &strFrom, adtf_util::cString &strToString)
 
static tResult FromString (const adtf_util::cString &strFromString, std::string &strToString)
 
static tResult ToRaw (const void *pData, size_t szDataSize, IRawMemory &oToMem)
 
static tResult FromRaw (const IRawMemory &oFromMem, void *pData, size_t szDataSize)
 

Detailed Description

Conversion type used for adtf::base::ant::property<std::string>

See also
adtf::base::ant::property_type_conversion, adtf::base::ant::propertyproperty

Definition at line 294 of file propertyconvert.h.