CVC3
Classes | Namespaces

fdstream.h File Reference

The following code declares classes to read from and write to file descriptore or file handles. More...

#include <istream>
#include <ostream>
#include <streambuf>
#include <cstdio>
#include <cstring>
#include <unistd.h>

Go to the source code of this file.

Classes

Namespaces


Detailed Description

The following code declares classes to read from and write to file descriptore or file handles.

See http://www.josuttis.com/cppcode for details and the latest version.

(C) Copyright Nicolai M. Josuttis 2001. Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.

Version: Jul 28, 2002 History: Jul 28, 2002: bugfix memcpy() => memmove() fdinbuf::underflow(): cast for return statements Aug 05, 2001: first public version

Definition in file fdstream.h.