_Filebuf_base Class Reference
#include
<stdapis/stlportv5/stl/_fstream.h>
| Public Member Functions |
|---|
| _Filebuf_base() |
| _STLP_DECLSPEC bool | _M_close() |
| _STLP_DECLSPEC streamoff | _M_file_size() |
|
streamoff
| _M_get_offset(char *, char *) |
| bool | _M_in_binary_mode() |
| _STLP_DECLSPEC void * | _M_mmap(streamoff, streamoff) |
| _STLP_DECLSPEC bool | _M_open(const char *, ios_base::openmode, long) |
| _STLP_DECLSPEC bool | _M_open(const char *, ios_base::openmode) |
| _STLP_DECLSPEC bool | _M_open(int, ios_base::openmode) |
| _STLP_DECLSPEC ptrdiff_t | _M_read(char *, ptrdiff_t) |
| _STLP_DECLSPEC streamoff | _M_seek(streamoff, ios_base::seekdir) |
| _STLP_DECLSPEC void | _M_unmap(void *, streamoff) |
| _STLP_DECLSPEC bool | _M_write(char *, ptrdiff_t) |
| void | _S_initialize() |
|
_STLP_fd
| __get_fd() |
| bool | __is_open() |
| int | __o_mode() |
| _STLP_DECLSPEC size_t | __page_size() |
| bool | __regular_file() |
| bool | __should_close() |
Member Attribute Documentation
_M_is_open
| unsigned char | _M_is_open | [protected] |
_M_page_size
|
size_t
| _M_page_size | [protected, static] |
_M_regular_file
| unsigned char | _M_regular_file | [protected] |
_M_should_close
| unsigned char | _M_should_close | [protected] |
Constructor & Destructor Documentation
_Filebuf_base ( )
| _STLP_DECLSPEC | _Filebuf_base | ( | ) | |
Member Function Documentation
_M_close ( )
| _STLP_DECLSPEC bool | _M_close | ( | ) | |
_M_get_offset ( char *, char * )
|
streamoff
| _M_get_offset | ( | char * | __first, |
| | char * | __last |
| | ) | [inline] |
_M_in_binary_mode ( )
| bool | _M_in_binary_mode | ( | ) | const [inline] |
_M_mmap ( streamoff, streamoff )
_M_open ( const char *, ios_base::openmode, long )
_M_open ( const char *, ios_base::openmode )
_M_open ( int, ios_base::openmode )
_M_read ( char *, ptrdiff_t )
_M_seek ( streamoff, ios_base::seekdir )
_M_unmap ( void *, streamoff )
| _STLP_DECLSPEC void | _M_unmap | ( | void * | __mmap_base, |
| | streamoff | __len |
| | ) | |
_M_write ( char *, ptrdiff_t )
| _STLP_DECLSPEC bool | _M_write | ( | char * | __buf, |
| | ptrdiff_t | __n |
| | ) | |
_S_initialize ( )
| void | _S_initialize | ( | ) | [static] |
__is_open ( )
| bool | __is_open | ( | ) | const [inline] |
__o_mode ( )
| int | __o_mode | ( | ) | const [inline] |
__page_size ( )
| _STLP_DECLSPEC size_t | __page_size | ( | ) | [static] |
__regular_file ( )
| bool | __regular_file | ( | ) | const [inline] |
__should_close ( )
| bool | __should_close | ( | ) | const [inline] |