#include <stdapis/stlport/stdio_streambuf>
class _SgI::stdio_streambuf_base : public basic_streambuf< char, _STLP_STD::char_traits< char > > |
Protected Attributes | |
---|---|
FILE * | _M_file |
Public Member Functions | |
---|---|
stdio_streambuf_base(FILE *) | |
~stdio_streambuf_base() |
Protected Member Functions | |
---|---|
virtual pos_type | seekoff(off_type, ios_base::seekdir, ios_base::openmode) |
virtual pos_type | seekpos(pos_type, ios_base::openmode) |
virtual streambuf * | setbuf(char *, streamsize) |
virtual int | sync() |
Inherited Attributes | |
---|---|
basic_streambuf< char, _STLP_STD::char_traits< char > >::_M_lock |
pos_type | seekoff | ( | off_type | , |
ios_base::seekdir | , | |||
ios_base::openmode | = ios_base::in|ios_base::out | |||
) | [protected, virtual] |
pos_type | seekpos | ( | pos_type | , |
ios_base::openmode | = ios_base::in|ios_base::out | |||
) | [protected, virtual] |
int | sync | ( | ) | [protected, virtual] |
Reimplemented from basic_streambuf< char, _STLP_STD::char_traits< char > >::sync()