TwiceAsNice
2019-02-18
|
Common base class providing constants and typenames. More...
#include <PStream.h>
Public Types | |
typedef std::ios_base::openmode | pmode |
Type used to specify how to connect to the process. More... | |
typedef std::vector< std::string > | argv_type |
Type used to hold the arguments for a command. More... | |
typedef int | fd_type |
Type used for file descriptors. More... | |
typedef std::ios_base::openmode | pmode |
Type used to specify how to connect to the process. More... | |
typedef std::vector< std::string > | argv_type |
Type used to hold the arguments for a command. More... | |
typedef int | fd_type |
Type used for file descriptors. More... | |
Static Public Attributes | |
static const pmode | pstdin = std::ios_base::out |
Write to stdin. More... | |
static const pmode | pstdout = std::ios_base::in |
Read from stdout. More... | |
static const pmode | pstderr = std::ios_base::app |
Read from stderr. More... | |
Protected Types | |
enum | { bufsz = 32 } |
enum | { pbsz = 2 } |
enum | { bufsz = 32 } |
enum | { pbsz = 2 } |
Common base class providing constants and typenames.
typedef std::vector<std::string> Nice::pstreams::argv_type |
Type used to hold the arguments for a command.
typedef std::vector<std::string> Nice::pstreams::argv_type |
Type used to hold the arguments for a command.
typedef int Nice::pstreams::fd_type |
Type used for file descriptors.
typedef int Nice::pstreams::fd_type |
Type used for file descriptors.
typedef std::ios_base::openmode Nice::pstreams::pmode |
Type used to specify how to connect to the process.
typedef std::ios_base::openmode Nice::pstreams::pmode |
Type used to specify how to connect to the process.
|
static |
Read from stderr.