#include <pstream.h>
Inheritance diagram for redi::pstreams:

Public Types | |
| typedef std::ios_base::openmode | pmode |
| Type used to specify how to connect to the process. | |
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. | |
Static Protected Attributes | |
| const size_t | bufsz = 32 |
| const size_t | pbsz = 2 |
1.3.2