Package pstreams: Information

    Source package: pstreams
    Version: 0.5.2-alt1
    Build time:  Sep 19, 2008, 11:35 PM
    Report package bug
    License: GPLv2
    Summary: POSIX Process Control in C++
    Description: 
    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.

    List of rpms provided by this srpm:
    pstreams (x86_64, i586)

    Maintainer: Vladimir Scherbaev

    List of contributors:
    Vladimir Scherbaev

      1. doxygen

    Last changed


    Sept. 12, 2008 Vladimir Scherbaev 0.5.2-alt1
    - Initial build