#include <stdio.h>
#include <string>
#include <cerrno>
#include <string.h>
#include "io/FileReprBase.hpp"
#include <sys/types.h>
#include <sys/fcntl.h>
#include <unistd.h>
#include "common/log.h"
#include <iostream>
Include dependency graph for FDRepr.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | FDRepr |
The file descriptor based file representation. More... |