mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
RowFormatter - progressive and bulk formatting modes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user