Common base class providing constants and typenames.
More...
#include <pstream.h>
|
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 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.
|
|
static const pmode | newpg = std::ios_base::trunc |
| Create a new process group for the child process.
|
|
Common base class providing constants and typenames.
◆ anonymous enum
Enumerator |
---|
bufsz | Size of pstreambuf buffers.
|
pbsz | Number of putback characters kept.
|
The documentation for this struct was generated from the following file: