IStringStream Class Reference

#include "Pt/StringStream.h"

Unicode string input stream. More...

Detailed Description

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

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