| DeSR Dependency Parser |
#include <pstream.h>

Public Types | |
| typedef std::ios::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 | |
| static const pmode | pstdin = std::ios::out |
| Write to stdin. | |
| static const pmode | pstdout = std::ios::in |
| Read from stdout. | |
| static const pmode | pstderr = std::ios::app |
| Read from stderr. | |
Protected Types | |
| enum | { bufsz = 32 } |
| enum | { pbsz = 2 } |
Definition at line 938 of file pstream.h.