Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

redi::pstreams Struct Reference

Common base class providing constants and typenames. More...

#include <pstream.h>

Inheritance diagram for redi::pstreams:

redi::basic_ipstream< CharT, Traits > redi::basic_opstream< CharT, Traits > redi::basic_pstream< CharT, Traits > redi::basic_pstreambuf< CharT, Traits > redi::basic_rpstream< CharT, Traits > redi::pstream_common< CharT, Traits > redi::basic_ipstream< CharT, Traits > redi::basic_opstream< CharT, Traits > redi::basic_pstream< CharT, Traits > redi::basic_rpstream< CharT, Traits > List of all members.

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.

Static Public Attributes

const pmode pstdin = std::ios_base::out
 Write to stdin.
const pmode pstdout = std::ios_base::in
 Read from stdout.
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.


The documentation for this struct was generated from the following file:
Generated on Thu Dec 16 17:03:21 2004 for PStreams by  doxygen 1.3.9.1