DeSR Dependency Parser

IXE::io::pstreams Struct Reference

Common base class providing constants and typenames. More...

#include <pstream.h>

Inheritance diagram for IXE::io::pstreams:

Inheritance graph

List of all members.

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 }


Detailed Description

Common base class providing constants and typenames.

Definition at line 938 of file pstream.h.


The documentation for this struct was generated from the following file:
 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.