f78 Reading/writing from/to a pipe

Contents|Index|Previous|Next

Reading/writing from/to a pipe

The procbuf class is a GNU extension. It is derived from streambuf. A procbuf can be closed (in which case it does nothing), or open (in which case it allows communicating through a pipe with some other program).

procbuf::procbuf () 
Constructor 
procbuf* procbuf::open (const char * command, int mode) 
Method 
procbuf::procbuf (const char * command, int mode) 
Constructor 
procbuf* procbuf::close () 
Method 
procbuf::~procbuf () 
Destructor 
0