Paketname | libpstreams-dev |
Beschreibung | a C++ iostream interface to POSIX process I/O |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.2-1 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 828 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Antonio S. de A. Terceiro |
Quelle | pstreams |
Paketgröße | 117648 Byte |
Prüfsumme MD5 | fb7e1d99d55b28dde2c50e2f573146e1 |
Prüfsumme SHA1 | 80e9af0611dbacdf4cd92b13869fc1febe19e060 |
Prüfsumme SHA256 | b4fce6fc3da585804b84a2662c385abea6a00a67e5a4a6b042e4621a57127113 |
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.
|