15 #ifndef STXXL_IO_MMAP_FILE_HEADER
16 #define STXXL_IO_MMAP_FILE_HEADER
20 #if STXXL_HAVE_MMAP_FILE
40 inline mmap_file(
const std::string& filename,
int mode,
int queue_id = DEFAULT_QUEUE,
int allocator_id = NO_ALLOCATOR) :
44 const char * io_type()
const;
51 #endif // #if STXXL_HAVE_MMAP_FILE
53 #endif // !STXXL_IO_MMAP_FILE_HEADER
Implementation of memory mapped access file.
#define STXXL_BEGIN_NAMESPACE
Implementation of some file methods based on serving_request.
Base for UNIX file system implementations.
Request with basic properties like file and offset.
mmap_file(const std::string &filename, int mode, int queue_id=DEFAULT_QUEUE, int allocator_id=NO_ALLOCATOR)
Constructs file object.
#define STXXL_END_NAMESPACE