DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibpstreams-dev
Beschreibunga C++ iostream interface to POSIX process I/O
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.5.2-1
Sektionlibdevel
Prioritätoptional
Installierte Größe828 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerAntonio S. de A. Terceiro
Quellepstreams
Paketgröße117648 Byte
Prüfsumme MD5fb7e1d99d55b28dde2c50e2f573146e1
Prüfsumme SHA180e9af0611dbacdf4cd92b13869fc1febe19e060
Prüfsumme SHA256b4fce6fc3da585804b84a2662c385abea6a00a67e5a4a6b042e4621a57127113
Link zum Herunterladenlibpstreams-dev_0.5.2-1_all.deb
Ausführliche BeschreibungPStreams 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.


Impressum
Linux is a registered trademark of Linus Torvalds