Acoustic Touch Recognition
|
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... | |
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... | |
static const pmode | newpg = std::ios_base::trunc |
Create a new process group for the child process. More... | |
Protected Types | |
enum | { bufsz = 32 } |
enum | { pbsz = 2 } |
Common base class providing constants and typenames.
typedef std::vector<std::string> redi::pstreams::argv_type |
Type used to hold the arguments for a command.
typedef int redi::pstreams::fd_type |
Type used for file descriptors.
typedef std::ios_base::openmode redi::pstreams::pmode |
Type used to specify how to connect to the process.
|
static |
Create a new process group for the child process.
|
static |
Read from stderr.
|
static |
Write to stdin.
|
static |
Read from stdout.