#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <iostream>#include <cstring>#include <cstdlib>#include <fstream>#include <streambuf>#include <cstdio>Go to the source code of this file.
Classes | |
| class | fdbuf |
| File description for I/O stream buffer. More... | |
| class | mfstream |
| Extension of fstream to commands. More... | |
Functions | |
| ssize_t | write (int fd, const void *buf, size_t num) |
| ssize_t | read (int fd, void *buf, size_t num) |
| FILE * | popen (const char *command, const char *type) |
| int | pclose (FILE *stream) |
| int | fseek (FILE *stream, long offset, int whence) |
| long | ftell (FILE *stream) |
| int fseek | ( | FILE * | stream, | |
| long | offset, | |||
| int | whence | |||
| ) |
| long ftell | ( | FILE * | stream | ) |
| int pclose | ( | FILE * | stream | ) |
| FILE* popen | ( | const char * | command, | |
| const char * | type | |||
| ) |
| ssize_t read | ( | int | fd, | |
| void * | buf, | |||
| size_t | num | |||
| ) |
Referenced by Moses::LanguageModelRemote::GetValue(), mfstream::readx(), fdbuf::underflow(), and fdbuf::xsgetn().

| ssize_t write | ( | int | fd, | |
| const void * | buf, | |||
| size_t | num | |||
| ) |
Referenced by Moses::LanguageModelRemote::GetValue(), fdbuf::overflow(), mfstream::writex(), and fdbuf::xsputn().

1.5.9