Webmaster  |  Imprint 
C++ Server Pages
Main  |  License  |  Documentation  |  Download 

Pipestreambuf Class Reference

Simple unix pipe iostream. More...

#include <cxxtools/posix/pipestream.h>

List of all members.

Public Member Functions

 Pipestreambuf (unsigned bufsize=8192)
void closeReadFd ()
void closeWriteFd ()
int getReadFd () const
int getWriteFd () const
void redirectStdout (bool close=true)
void redirectStdin (bool close=true)
void redirectStderr (bool close=true)
IODeviceout ()
IODevicein ()


Detailed Description

This iostream works only on POSIX systems. A portable alternative is to use an IOStream attached to the input or output end of a Pipe.
Copyright © 2008 The Tntnet Development Team
Tntnet 1.6