libfoedus-core
FOEDUS Core Library
direct_io_file.hpp File Reference
#include <stdint.h>
#include <iosfwd>
#include <string>
#include "foedus/cxx11.hpp"
#include "foedus/error_code.hpp"
#include "foedus/fs/device_emulation_options.hpp"
#include "foedus/fs/path.hpp"
#include "foedus/memory/fwd.hpp"
Include dependency graph for direct_io_file.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::fs::DirectIoFile
 Represents an I/O stream on one file without filesystem caching. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::fs
 Filesystem wrapper, an analogue of boost::filesystem.