|
ADTF
|
#include <propertyconvert.h>
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) |
Conversion type used for adtf::base::ant::property<std::string>