18#ifndef _STLP_INTERNAL_STRSTREAM
19#define _STLP_INTERNAL_STRSTREAM
21#ifndef _STLP_INTERNAL_STREAMBUF
25#ifndef _STLP_INTERNAL_ISTREAM
29#ifndef _STLP_INTERNAL_STRING_H
35#ifndef _STLP_USE_NAMESPACES
36# define strstream _STLP_strstream
37# define ostrstream _STLP_ostrstream
38# define istrstream _STLP_istrstream
39# define strstreambuf _STLP_strstreambuf
51 typedef void (*__free_fn)(
void*);
69 void freeze(
bool =
true);
80 = ios_base::in | ios_base::out);
82 = ios_base::in | ios_base::out);
86 char* _M_alloc(
size_t);
128 void freeze(
bool =
true);
151 void freeze(
bool =
true);
virtual pos_type seekoff(off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out)
virtual int_type underflow()
virtual int_type pbackfail(int_type=traits_type::eof())
virtual pos_type seekpos(pos_type, ios_base::openmode=ios_base::in|ios_base::out)
_Traits::off_type off_type
virtual int_type overflow(int_type=traits_type::eof())
_Traits::pos_type pos_type
_Traits::int_type int_type
virtual basic_streambuf< _CharT, _Traits > * setbuf(char_type *, streamsize)
strstream(strstream const &)
char_traits< char >::int_type int_type
char_traits< char >::pos_type pos_type
char_traits< char >::off_type off_type
char_traits< char > _Traits
basic_streambuf< char, char_traits< char > > _Base
#define _STLP_CLASS_DECLSPEC
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE