Paketname | libpstreams-dev |
Beschreibung | a C++ iostream interface to POSIX process I/O |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5.2-1 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 888 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Antonio S. de A. Terceiro |
Quelle | pstreams |
Paketgröße | 132646 Byte |
Prüfsumme MD5 | 7415d0811a983b6ac89de70cde06dfb7 |
Prüfsumme SHA1 | 54cfb0cbc8ffc9bb108afbafa9dda4720f74666c |
Prüfsumme SHA256 | bb28536c4259876625d6b2f811b1ba82987285c39ee2f07afdd4b7b2b95435e8 |
Link zum Herunterladen | libpstreams-dev_0.5.2-1_all.deb |
Ausführliche Beschreibung | PStreams allows you to run another program from your C++ application and to
transfer data between the two programs, similar to shell pipelines. The
PStreams class works like a wrapper for the the POSIX.2 functions popen(3) and
pclose(3) (although it doesn't actually use them), using a C++ iostreams
interface, instead of C's stdio library. Thus, PStreams makes it possible to
run an external program and handle its stdin, stdout, and stderr just like you
would handle any other C++ iostream.
|