OStringStream Class Reference

#include "Pt/StringStream.h"

Unicode string output stream. More...

Detailed Description

This class is a typedef of the std::basic_ostringstream template for the unicode character type Pt::Char:

typedef std::basic_ostringstream<Pt::Char> StringStream;