|
ADTF
|
#include <propertyconvert.h>
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) |
Default conversion type used for all build in property types of adtf.
| TYPE | build in type definition this conversion tape support all integer and floating types. |