debian man page for redi_pstreams

Query: redi_pstreams

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

redi::pstreams(3)					     Library Functions Manual						 redi::pstreams(3)

NAME
redi::pstreams - Common base class providing constants and typenames.
SYNOPSIS
#include <pstream.h> Inherited by redi::basic_ipstream< CharT, Traits > [virtual], redi::basic_opstream< CharT, Traits > [virtual], redi::basic_pstream< CharT, Traits > [virtual], redi::basic_pstreambuf< CharT, Traits >, redi::basic_rpstream< CharT, Traits > [virtual], and redi::pstream_common< CharT, Traits > [virtual]. Public Types typedef std::ios_base::openmode pmode Type used to specify how to connect to the process. typedef std::vector< std::string > argv_type Type used to hold the arguments for a command. typedef int fd_type Type used for file descriptors. Static Public Attributes static const pmode pstdin = std::ios_base::out Write to stdin. static const pmode pstdout = std::ios_base::in Read from stdout. static const pmode pstderr = std::ios_base::app Read from stderr. Protected Types enum { bufsz = 32 } enum { pbsz = 2 } Detailed Description Common base class providing constants and typenames. Author Generated automatically by Doxygen for PStreams from the source code. PStreams Thu Nov 10 2011 redi::pstreams(3)
Related Man Pages
std::exception(3) - centos
redi(3) - debian
redi_basic_ipstream(3) - debian
std::money_get(3) - debian
pstream.h(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Detecting unused variables...