ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <_fstream.h>
Public Member Functions | |
_Filebuf_base () | |
bool | _M_open (const char *, ios_base::openmode, long __protection) |
bool | _M_open (const char *, ios_base::openmode) |
bool | _M_open (int __id, ios_base::openmode=ios_base::__default_mode) |
bool | _M_close () |
ptrdiff_t | _M_read (char *__buf, ptrdiff_t __n) |
streamoff | _M_seek (streamoff __offset, ios_base::seekdir __dir) |
streamoff | _M_file_size () |
bool | _M_write (char *__buf, ptrdiff_t __n) |
void * | _M_mmap (streamoff __offset, streamoff __len) |
void | _M_unmap (void *__mmap_base, streamoff __len) |
streamoff | _M_get_offset (char *__first, char *__last) |
bool | _M_in_binary_mode () const |
int | __o_mode () const |
bool | __is_open () const |
bool | __should_close () const |
bool | __regular_file () const |
_STLP_fd | __get_fd () const |
Static Public Member Functions | |
static void | _S_initialize () |
static size_t _STLP_CALL | __page_size () |
Protected Attributes | |
_STLP_fd | _M_file_id |
ios_base::openmode | _M_openmode |
unsigned char | _M_is_open |
unsigned char | _M_should_close |
unsigned char | _M_regular_file |
Static Protected Attributes | |
static size_t | _M_page_size = 4096 |
Definition at line 55 of file _fstream.h.
_Filebuf_base::_Filebuf_base | ( | ) |
Definition at line 153 of file fstream_stdio.cpp.
|
inline |
|
inline |
Definition at line 133 of file _fstream.h.
Referenced by basic_filebuf< _CharT, _Traits >::is_open().
|
inline |
Definition at line 132 of file _fstream.h.
|
inlinestatic |
Definition at line 131 of file _fstream.h.
|
inline |
Definition at line 135 of file _fstream.h.
|
inline |
Definition at line 134 of file _fstream.h.
bool _Filebuf_base::_M_close | ( | ) |
Definition at line 338 of file fstream_stdio.cpp.
streamoff _Filebuf_base::_M_file_size | ( | ) |
Definition at line 88 of file _fstream.h.
|
inline |
Definition at line 100 of file _fstream.h.
Definition at line 412 of file fstream_stdio.cpp.
bool _Filebuf_base::_M_open | ( | const char * | name, |
ios_base::openmode | openmode | ||
) |
Definition at line 261 of file fstream_stdio.cpp.
bool _Filebuf_base::_M_open | ( | const char * | name, |
ios_base::openmode | openmode, | ||
long | __protection | ||
) |
Definition at line 172 of file fstream_stdio.cpp.
Referenced by _M_open(), basic_filebuf< _CharT, _Traits >::_M_open(), and basic_filebuf< _CharT, _Traits >::open().
bool _Filebuf_base::_M_open | ( | int | __id, |
ios_base::openmode | init_mode = ios_base::__default_mode |
||
) |
Definition at line 273 of file fstream_stdio.cpp.
Definition at line 352 of file fstream_stdio.cpp.
streamoff _Filebuf_base::_M_seek | ( | streamoff | __offset, |
ios_base::seekdir | __dir | ||
) |
Definition at line 377 of file fstream_stdio.cpp.
Definition at line 417 of file fstream_stdio.cpp.
Definition at line 358 of file fstream_stdio.cpp.
Referenced by basic_filebuf< _CharT, _Traits >::_M_write().
|
static |
Definition at line 160 of file fstream_stdio.cpp.
Referenced by ios_base::Init::Init().
|
protected |
Definition at line 116 of file _fstream.h.
Referenced by _M_file_size(), and _M_open().
Definition at line 122 of file _fstream.h.
Referenced by _M_close(), and _M_open().
|
protected |
Definition at line 121 of file _fstream.h.
Referenced by _M_close(), and _M_open().
|
staticprotected |
Definition at line 113 of file _fstream.h.
Definition at line 124 of file _fstream.h.
Referenced by _M_open().
Definition at line 123 of file _fstream.h.
Referenced by _M_close(), and _M_open().