Searched refs:ostrFormatedList (Results 1 – 1 of 1) sorted by relevance
44 std::ostringstream ostrFormatedList; in asString() local47 std::ostream_iterator<std::string>(ostrFormatedList, strSeparator.c_str())); in asString()49 strOutput = ostrFormatedList.str(); in asString()