39#ifndef _STLP_STDIO_STREAMBUF
40#define _STLP_STDIO_STREAMBUF
63 = ios_base::in | ios_base::out);
66 = ios_base::in | ios_base::out);
static int_type _STLP_CALL eof()
_Traits::off_type off_type
_Traits::pos_type pos_type
_Traits::int_type int_type
stdio_istreambuf(FILE *__f)
virtual int_type pbackfail(int_type c=traits_type::eof())
stdio_ostreambuf(FILE *__f)
int_type overflow(int_type c=traits_type::eof())
streambuf * setbuf(char *, streamsize)
pos_type seekpos(pos_type, ios_base::openmode=ios_base::in|ios_base::out)
pos_type seekoff(off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out)
#define _STLP_MOVE_TO_STD_NAMESPACE
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE
#define _STLP_MOVE_TO_PRIV_NAMESPACE