Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
std::basic_istream Class Template Reference
#include <std_istream.h>
Inherits std::basic_ios< _CharT, _Traits >.
Inherited by std::basic_ifstream, std::basic_iostream, and std::basic_istringstream.
List of all members.
Public Types |
Public Methods |
Protected Attributes |
Friends |
class | sentry |
template<typename _CharT, typename _Traits> class std::basic_istream
Member Typedef Documentation
typedef _Traits::int_type int_type
|
|
typedef _Traits::pos_type pos_type
|
|
typedef _Traits::off_type off_type
|
|
typedef _Traits traits_type
|
|
typedef basic_ios<_CharT, _Traits> __ios_type
|
|
typedef basic_istream<_CharT, _Traits> __istream_type
|
|
typedef ctype<_CharT> __ctype_type
|
|
Constructor & Destructor Documentation
~basic_istream (
|
) [inline, virtual]
|
|
Member Function Documentation
streamsize gcount (
|
void ) const [inline]
|
|
streamsize readsome (
|
char_type * __s,
|
|
streamsize __n )
|
|
Friends And Related Function Documentation
friend class sentry [friend]
|
|
Member Data Documentation
streamsize _M_gcount [protected]
|
|
The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by
1.2.6 written by Dimitri van Heesch,
© 1997-2001