22 std::string
const&
str()
const
28#if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
30 throw "streambuf full";
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(
c);
std::string const & str() const
_Base::traits_type traits_type
full_streambuf(size_t nb_output, bool do_throw=false)
int_type overflow(int_type c)