#include <ios>
#include <streambuf>
#include <istream>
#include <ostream>
#include <string>
#include <vector>
#include <algorithm>
#include <cstring>
#include <cerrno>
#include <cstddef>
#include <cstdlib>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
Go to the source code of this file.
Namespaces | |
namespace | redi |
Defines | |
#define | PSTREAMS_VERSION 0x0050 |
The library version. | |
Typedefs | |
typedef basic_pstreambuf< char > | pstreambuf |
Type definition for common template specialisation. | |
typedef basic_ipstream< char > | ipstream |
Type definition for common template specialisation. | |
typedef basic_opstream< char > | opstream |
Type definition for common template specialisation. | |
typedef basic_pstream< char > | pstream |
Type definition for common template specialisation. | |
typedef basic_rpstream< char > | rpstream |
Type definition for common template specialisation. |