Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::basic_fstream Class Template Reference

#include <std_fstream.h>

Inheritance diagram for std::basic_fstream:

Inheritance graph
[legend]
Collaboration diagram for std::basic_fstream:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef _Traits traits_type
typedef traits_type::int_type int_type
typedef traits_type::pos_type pos_type
typedef traits_type::off_type off_type
typedef basic_filebuf<char_type,
traits_type
__filebuf_type
typedef basic_ios<char_type,
traits_type
__ios_type
typedef basic_iostream<char_type,
traits_type
__iostream_type

Public Methods

 basic_fstream ()
 basic_fstream (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out)
 ~basic_fstream ()
__filebuf_typerdbuf (void) const
bool is_open (void)
void open (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out)
void close (void)

template<typename _CharT, typename _Traits> class std::basic_fstream


Member Typedef Documentation

template<typename _CharT, typename _Traits>
typedef basic_filebuf<char_type, traits_type> std::basic_fstream<_CharT, _Traits>::__filebuf_type
 

Definition at line 358 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef basic_ios<char_type, traits_type> std::basic_fstream<_CharT, _Traits>::__ios_type
 

Reimplemented from std::basic_istream.

Definition at line 359 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef basic_iostream<char_type, traits_type> std::basic_fstream<_CharT, _Traits>::__iostream_type
 

Definition at line 360 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef _CharT std::basic_fstream<_CharT, _Traits>::char_type
 

Reimplemented from std::basic_istream.

Definition at line 351 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef traits_type::int_type std::basic_fstream<_CharT, _Traits>::int_type
 

Reimplemented from std::basic_istream.

Definition at line 353 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef traits_type::off_type std::basic_fstream<_CharT, _Traits>::off_type
 

Reimplemented from std::basic_istream.

Definition at line 355 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef traits_type::pos_type std::basic_fstream<_CharT, _Traits>::pos_type
 

Reimplemented from std::basic_istream.

Definition at line 354 of file std_fstream.h.

template<typename _CharT, typename _Traits>
typedef _Traits std::basic_fstream<_CharT, _Traits>::traits_type
 

Reimplemented from std::basic_istream.

Definition at line 352 of file std_fstream.h.


Constructor & Destructor Documentation

template<typename _CharT, typename _Traits>
std::basic_fstream<_CharT, _Traits>::basic_fstream<_CharT, _Traits> ( ) [inline]
 

Definition at line 363 of file std_fstream.h.

template<typename _CharT, typename _Traits>
std::basic_fstream<_CharT, _Traits>::basic_fstream<_CharT, _Traits> ( const char * __s,
ios_base::openmode __mode = ios_base::in | ios_base::out ) [inline, explicit]
 

Definition at line 368 of file std_fstream.h.

template<typename _CharT, typename _Traits>
std::basic_fstream<_CharT, _Traits>::~basic_fstream<_CharT, _Traits> ( ) [inline]
 

Definition at line 373 of file std_fstream.h.


Member Function Documentation

template<typename _CharT, typename _Traits>
void std::basic_fstream<_CharT, _Traits>::close ( void ) [inline]
 

Definition at line 396 of file std_fstream.h.

template<typename _CharT, typename _Traits>
bool std::basic_fstream<_CharT, _Traits>::is_open ( void ) [inline]
 

Definition at line 385 of file std_fstream.h.

template<typename _CharT, typename _Traits>
void std::basic_fstream<_CharT, _Traits>::open ( const char * __s,
ios_base::openmode __mode = ios_base::in | ios_base::out ) [inline]
 

Definition at line 388 of file std_fstream.h.

Referenced by basic_fstream().

template<typename _CharT, typename _Traits>
__filebuf_type * std::basic_fstream<_CharT, _Traits>::rdbuf ( void ) const [inline]
 

Reimplemented from std::basic_ios.

Definition at line 381 of file std_fstream.h.

Referenced by close(), is_open(), and open().


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:04 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001