Definition at line 948 of file Converter.cc.
References fList, i, str, and type.
Referenced by GetSize().
950 const char *charSrc =
static_cast<const char*
>(src);
954 for (Converter::FormatList::const_iterator
i=
fList.begin();
i!=
fList.end();
i++)
964 const char type =
i->first.first->name()[0];
968 if (type==
'S' || type==
'N')
970 const string str(charSrc);
972 charSrc +=
str.length()+1;
980 const int s =
i->first.second;
981 const int n =
i->second.first;
const FormatList fList
Original format string.