#include <stdapis/stlportv5/stl/_fstream.h>
| class basic_ifstream : public basic_istream |
| Public Member Type Definitions | |
|---|---|
| typedef | basic_istream< _CharT, _Traits > _Base |
| typedef | basic_ios< _CharT, _Traits > _Basic_ios |
| typedef | basic_filebuf< _CharT, _Traits > _Buf |
| typedef | _CharT char_type |
| typedef | _Traits::int_type int_type |
| typedef | _Traits::off_type off_type |
| typedef | _Traits::pos_type pos_type |
| typedef | _Traits traits_type |
| Public Member Functions | |
|---|---|
| basic_ifstream() | |
| basic_ifstream(const char *, ios_base::openmode) | |
| basic_ifstream(int, ios_base::openmode) | |
| basic_ifstream(const char *, ios_base::openmode, long) | |
| ~basic_ifstream() | |
| void | close() |
| bool | is_open() |
| void | open(const char *, ios_base::openmode) |
| basic_filebuf< _CharT, _Traits > * | rdbuf() |
| Inherited Enumerations | |
|---|---|
| ios_base:event | |
| typedef basic_istream< _CharT, _Traits > | _Base |
| typedef basic_ios< _CharT, _Traits > | _Basic_ios |
| typedef basic_filebuf< _CharT, _Traits > | _Buf |
| typedef _CharT | char_type |
| typedef _Traits::int_type | int_type |
| typedef _Traits::off_type | off_type |
| typedef _Traits::pos_type | pos_type |
| typedef _Traits | traits_type |
| basic_ifstream | ( | ) | [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.
| basic_ifstream | ( | const char * | __s, |
| ios_base::openmode | __mod = ios_base::in | ||
| ) | [inline, explicit] | ||
| basic_ifstream | ( | int | __id, |
| ios_base::openmode | __mod = ios_base::in | ||
| ) | [inline, explicit] | ||
| basic_ifstream | ( | const char * | __s, |
| ios_base::openmode | __m, | ||
| long | __protection | ||
| ) | [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 | |
|---|---|
| __s | - |
| __m | - |
| __protection | - |
| ~basic_ifstream | ( | ) | [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.
| void | close | ( | ) | [inline] |
| bool | is_open | ( | ) | [inline] |