Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37787736
en ru br
ALT Linux repositórios
5.0: 0.5.2-alt1

Group :: Desenvolvimento/Outros
RPM: pstreams

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.5.2-alt1
Data da compilação: 19 setembro 2008, 22:11 ( 815.4 weeks ago )
Tamanho:: 55.61 Kb

Home page:   http://freshmeat.net/projects/pstreams/

Licença: GPLv2
Sumário: POSIX Process Control in C++
Descrição:

PStreams allows you to run another program from your C++ application and to transfer data between the two programs,
similar to shell pipelines. In the simplest case, a PStreams class is like a C++ wrapper for the POSIX.2
functions popen(3) and pclose(3), using C++ IOStreams instead of C's stdio library.
The library provides class templates in the style of the standard IOStreams that can be used with any standard-conforming C++ compiler on a POSIX platform.
The classes use a streambuf class that uses fork() and the exec family of functions to create a new process and to write/read data to/from the process.

Mantenedor currente: Vladimir Scherbaev

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • pstreams
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009