12 {
ss.exceptions( std::stringstream::badbit ); }
14 impl(
const std::string&s )
16 {
ss.exceptions( std::stringstream::badbit ); }
18 impl(){
ss.exceptions( std::stringstream::badbit ); }
50 my->ss.write(buf,len);
59 return writesome(buf.get() + offset, len);
63 size_t r =
static_cast<size_t>(my->ss.readsome(buf,len));
64 if( my->ss.eof() || r == 0 )
72 return readsome(buf.get() + offset, len);
81 char c = my->ss.peek();