RowFormatter - progressive and bulk formatting modes

This commit is contained in:
Aleksandar Fabijanic
2009-11-01 15:58:32 +00:00
parent 65ad81c363
commit 05131182b8
9 changed files with 182 additions and 37 deletions

View File

@@ -63,7 +63,7 @@ public:
setPostfix(os.str());
}
std::string& formatNames(const NameVecPtr pNames, std::string& formattedNames) const
std::string& formatNames(const NameVecPtr pNames, std::string& formattedNames)
{
std::ostringstream str;
@@ -76,7 +76,7 @@ public:
return formattedNames = str.str();
}
std::string& formatValues(const ValueVec& vals, std::string& formattedValues) const
std::string& formatValues(const ValueVec& vals, std::string& formattedValues)
{
std::ostringstream str;