Class | : istream
| : vitual public ios
| Library | : Misc
| Source : | File :
|
Author : | : nobody | Update : |
Version : | : unknown
|
Private Data :
Constructors :
- public istream ( streambuf * ) ;
- public istream ( streambuf * , int _sk, ostream * _t = 0) ;
- public istream ( int _sz, char * , int _sk = 1) ;
- public istream ( int _fd, int _sk = 1, ostream * _t = 0) ;
- protected istream ( ) ;
Destructors :
- public virtual ~ istream ( ) ;
Operators :
- public istream& operator >> ( bool & ) ;
- public istream& operator >> ( istream&(*_f)(istream &)) ;
- public istream& operator >> ( ios&(*_f)(ios &) ) ;
- public istream& operator >> ( char * ) ;
- public istream& operator >> ( signed char * ) ;
- public istream& operator >> ( unsigned char * ) ;
- public istream& operator >> ( char & ) ;
- public istream& operator >> ( signed char & ) ;
- public istream& operator >> ( unsigned char & ) ;
- public istream& operator >> ( short & ) ;
- public istream& operator >> ( int & ) ;
- public istream& operator >> ( long & ) ;
- public istream& operator >> ( unsigned short & ) ;
- public istream& operator >> ( unsigned int & ) ;
- public istream& operator >> ( unsigned long & ) ;
- public istream& operator >> ( float & ) ;
- public istream& operator >> ( double & ) ;
- public istream& operator >> ( long double & ) ;
- public istream& operator >> ( streambuf * ) ;
Public Function :
- int ipfx ( int = 0) ;
- int ipfx0 ( ) ;
- int ipfx1 ( ) ;
- inline void isfx ( ) ;
- istream& seekg ( streampos ) ;
- istream& seekg ( streamoff , ios::seek_dir ) ;
- streampos tellg ( ) ;
- int sync ( ) ;
- istream& get ( char * , int , char = '\n') ;
- istream& get ( signed char * , int , char = '\n') ;
- istream& get ( unsigned char * , int , char = '\n') ;
- istream& read ( char * , int ) ;
- istream& read ( signed char * , int ) ;
- istream& read ( unsigned char * , int ) ;
- istream& getline ( char * , int , char = '\n') ;
- istream& getline ( signed char * , int , char = '\n') ;
- istream& getline ( unsigned char * , int , char = '\n') ;
- istream& get ( streambuf & , char = '\n') ;
- istream& get ( char & ) ;
- istream& get ( signed char & ) ;
- istream& get ( unsigned char & ) ;
- int get ( ) ;
- int peek ( ) ;
- int gcount ( ) ;
- istream& putback ( char ) ;
- istream& ignore ( int = 1, int = (-1)) ;
Protected Function :
Private Function :
Last update : Mon Sep 02 23:39:12 1996
by MkHelp 0.30