24 std::ostringstream oStr;
26 for (stdair::FRAT5Curve_T::const_reverse_iterator itFRAT5 =
_curve.rbegin();
27 itFRAT5 !=
_curve.rend(); ++itFRAT5) {
28 const stdair::DTD_T& lDTD = itFRAT5->first;
29 const double& lFRAT5 = itFRAT5->second;
30 oStr << lDTD <<
":" << lFRAT5 <<
";";