#include <stdapis/stlportv5/stl/_fstream.h>
| class _Filebuf_base |
| Protected Attributes | |
|---|---|
| FILE * | _M_file |
| _STLP_fd | _M_file_id |
| unsigned char | _M_is_open |
| ios_base::openmode | _M_openmode |
| size_t | _M_page_size |
| unsigned char | _M_regular_file |
| unsigned char | _M_should_close |
| 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() |
| FILE * | _M_file | [protected] |
| _STLP_fd | _M_file_id | [protected] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| unsigned char | _M_is_open | [protected] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| ios_base::openmode | _M_openmode | [protected] |
| size_t | _M_page_size | [protected, static] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| unsigned char | _M_regular_file | [protected] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| unsigned char | _M_should_close | [protected] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| _STLP_DECLSPEC | _Filebuf_base | ( | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| _STLP_DECLSPEC bool | _M_close | ( | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| _STLP_DECLSPEC streamoff | _M_file_size | ( | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| streamoff | _M_get_offset | ( | char * | __first, |
| char * | __last | |||
| ) | [inline] | |||
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| __first | - |
| __last | - |
| bool | _M_in_binary_mode | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| __offset | - |
| __len | - |
| _STLP_DECLSPEC bool | _M_open | ( | const char * | , |
| ios_base::openmode | , | |||
| long | __protection | |||
| ) | ||||
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| - | |
| - | |
| __protection | - |
| _STLP_DECLSPEC bool | _M_open | ( | const char * | , |
| ios_base::openmode | ||||
| ) | ||||
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| - | |
| - |
| _STLP_DECLSPEC bool | _M_open | ( | int | __id, |
| ios_base::openmode | = ios_base::__default_mode | |||
| ) | ||||
| _STLP_DECLSPEC streamoff | _M_seek | ( | streamoff | __offset, |
| ios_base::seekdir | __dir | |||
| ) | ||||
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| __offset | - |
| __dir | - |
| _STLP_DECLSPEC void | _M_unmap | ( | void * | __mmap_base, |
| streamoff | __len | |||
| ) | ||||
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| __mmap_base | - |
| __len | - |
| _STLP_DECLSPEC bool | _M_write | ( | char * | __buf, |
| ptrdiff_t | __n | |||
| ) | ||||
| void | _S_initialize | ( | ) | [static] |
| _STLP_fd | __get_fd | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| bool | __is_open | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| int | __o_mode | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| _STLP_DECLSPEC size_t | __page_size | ( | ) | [static] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| bool | __regular_file | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| bool | __should_close | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.