StringStream Class Reference

#include "Pt/StringStream.h"

Unicode string stream. More...

Detailed Description

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

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