stdiobuf man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



STDIOBUF(3C++)							STDIOBUF(3C++)

NAME
     stdiobuf - iostream specialized to stdio FILE

SYNOPSIS
     #include <iostream.h>
     #include <stdiostream.h>
     #include <stdio.h>

     class stdiobuf : public streambuf {
			 stdiobuf(FILE* f);
	       FILE*	 stdiofile();
     };

DESCRIPTION
     Operations on a stdiobuf are reflected on the associated FILE.  A
     stdiobuf is constructed in unbuffered mode, which causes all operations
     to be reflected immediately in the FILE.  seekg()s and seekp()s are
     translated into fseek()s.	setbuf() has its usual meaning; if it supplies
     a reserve area, buffering will be turned back on.

CAVEATS
     stdiobuf is intended to be used when mixing C and C++ code.  New C++ code
     should prefer to use filebufs, which have better performance.

SEE ALSO
     filebuf(3C++), istream(3C++), ostream(3C++), sbuf.pub(3C++)

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net