basic_filebuf Class Reference
#include
<stdapis/stlportv5/stl/_fstream.h>
class basic_filebuf : public basic_streambuf |
Inherited Functions |
---|
| basic_streambuf::_M_eback()const |
| basic_streambuf::_M_egptr()const |
| basic_streambuf::_M_gbump(int) |
| basic_streambuf::_M_gptr()const |
| basic_streambuf::_M_setg(char_type *,char_type *,char_type *) |
| basic_streambuf::_M_sputnc(char_type,streamsize) |
| basic_streambuf::_M_xsputnc(char_type,streamsize) |
| basic_streambuf::basic_streambuf() |
| basic_streambuf::eback()const |
| basic_streambuf::egptr()const |
| basic_streambuf::epptr()const |
| basic_streambuf::gbump(int) |
| basic_streambuf::getloc()const |
| basic_streambuf::gptr()const |
| basic_streambuf::in_avail() |
| basic_streambuf::pbase()const |
| basic_streambuf::pbump(int) |
| basic_streambuf::pptr()const |
| basic_streambuf::pubimbue(const locale &) |
| basic_streambuf::pubseekoff(off_type,ios_base::seekdir,ios_base::openmode) |
| basic_streambuf::pubseekpos(pos_type,ios_base::openmode) |
| basic_streambuf::pubsetbuf(char_type *,streamsize) |
| basic_streambuf::pubsync() |
| basic_streambuf::sbumpc() |
| basic_streambuf::setg(char_type *,char_type *,char_type *) |
| basic_streambuf::setp(char_type *,char_type *) |
| basic_streambuf::sgetc() |
| basic_streambuf::sgetn(char_type *,streamsize) |
| basic_streambuf::snextc() |
| basic_streambuf::sputbackc(char_type) |
| basic_streambuf::sputc(char_type) |
| basic_streambuf::sputn(const char_type *,streamsize) |
| basic_streambuf::stossc() |
| basic_streambuf::sungetc() |
| basic_streambuf::uflow() |
| basic_streambuf::xsgetn(char_type *,streamsize) |
| basic_streambuf::xsputn(const char_type *,streamsize) |
| basic_streambuf::~basic_streambuf() |
Member Type Definition Documentation
Typedef _State_type
typedef _Traits::state_type | _State_type |
Typedef int_type
typedef _Traits::int_type | int_type |
Typedef off_type
typedef _Traits::off_type | off_type |
Typedef pos_type
typedef _Traits::pos_type | pos_type |
Typedef traits_type
typedef _Traits | traits_type |
Constructor & Destructor Documentation
Member Function Documentation
_M_open ( int, ios_base::openmode )
_M_write ( char *, ptrdiff_t )
bool | _M_write | ( | char * | __buf, |
| ptrdiff_t | __n |
| ) | [inline] |
imbue ( const locale & )
void | imbue | ( | const locale & | __loc | ) | [protected, inline, virtual] |
is_open ( )
bool | is_open | ( | ) | const [inline] |
open ( const char *, ios_base::openmode )
open ( const char *, ios_base::openmode, long )
open ( int, ios_base::openmode )
pbackfail ( int_type )
int_type
| pbackfail | ( | int_type | __c = traits_type::eof() | ) | [protected, inline, virtual] |
seekoff ( off_type, ios_base::seekdir, ios_base::openmode )
seekpos ( pos_type, ios_base::openmode )
setbuf ( _CharT *, streamsize )
showmanyc ( )
streamsize
| showmanyc | ( | ) | [protected, inline, virtual] |
sync ( )
int | sync | ( | ) | [protected, inline, virtual] |
underflow ( )
int_type
| underflow | ( | ) | [protected, inline, virtual] |