ADTF
|
Conversion type used for adtf::base::ant::property<cFilenameList> and adtf::base::ant::property<cFilepathList>. More...
Static Public Member Functions | |
static tResult | Convert (const IPropertyValue &oProp, adtf_util::cFilenameList &oValue) |
static tResult | FromString (const adtf_util::cString &oFromValue, adtf_util::cFilenameList &strToString) |
static tResult | ToString (const adtf_util::cFilenameList &strFromString, adtf_util::cString &oToValue) |
static tResult | Convert (const IPropertyValue &oProp, adtf_util::cFilepathList &oValue) |
static tResult | FromString (const adtf_util::cString &oFromValue, adtf_util::cFilepathList &strToString) |
static tResult | ToString (const adtf_util::cFilepathList &strFromString, adtf_util::cString &oToValue) |
static tResult | ToRaw (const void *pData, const size_t szSizeOfData, IRawMemory &oToMem) |
static tResult | FromRaw (const IRawMemory &oFromMem, void *pData, const size_t szSizeOfData) |
Conversion type used for adtf::base::ant::property<cFilenameList> and adtf::base::ant::property<cFilepathList>.
Definition at line 226 of file propertyconvert.h.