Class | : ostream
| : vitual public ios
| Library | : Misc
| Source : | File :
|
Author : | : nobody | Update : |
Version : | : unknown
|
Constructors :
- public ostream ( streambuf * ) ;
- public ostream ( int _fd) ;
- public ostream ( int _sz, char * ) ;
- protected ostream ( ) ;
Destructors :
- public virtual ~ ostream ( ) ;
Operators :
- public ostream& operator<< ( bool ) ;
- public ostream& operator << ( char ) ;
- public ostream& operator << ( signed char ) ;
- public ostream& operator << ( unsigned char ) ;
- public ostream& operator << ( short ) ;
- public ostream& operator << ( unsigned short ) ;
- public ostream& operator << ( int ) ;
- public ostream& operator << ( unsigned int ) ;
- public ostream& operator << ( long ) ;
- public ostream& operator << ( unsigned long ) ;
- public ostream& operator << ( float ) ;
- public ostream& operator << ( double ) ;
- public ostream& operator << ( long double ) ;
- public ostream& operator << ( const char * ) ;
- public ostream& operator << ( const signed char * ) ;
- public ostream& operator << ( const unsigned char * ) ;
- public ostream& operator << ( void * ) ;
- public ostream& operator << ( streambuf * ) ;
- public ostream& operator << ( ostream&(*_f)(ostream &)) ;
- public ostream& operator << ( ios&(*_f)(ios &) ) ;
Public Function :
- int opfx ( ) ;
- void osfx ( ) ;
- ostream& flush ( ) ;
- ostream& seekp ( streampos ) ;
- ostream& seekp ( streamoff , ios::seek_dir ) ;
- streampos tellp ( ) ;
- ostream& put ( char ) ;
- ostream& put ( signed char ) ;
- ostream& put ( unsigned char ) ;
- ostream& write ( const char * , int ) ;
- ostream& write ( const signed char * , int ) ;
- ostream& write ( const unsigned char * , int ) ;
Protected Function :
- int do_opfx ( ) ;
- void do_osfx ( ) ;
Private Function :
- void outstr ( const char * , const char * ) ;
Last update : Mon Sep 02 23:39:12 1996
by MkHelp 0.30