29 #ifndef PT_STRINGSTREAM_H
30 #define PT_STRINGSTREAM_H
33 #include <Pt/String.h>
34 #include <Pt/StreamBuffer.h>
35 #include <Pt/IOStream.h>
36 #include <Pt/String.h>
165 typedef std::basic_stringstream<Pt::Char> StringStream;
179 typedef std::basic_istringstream<Pt::Char> IStringStream;
193 typedef std::basic_ostringstream<Pt::Char> OStringStream;