15 #ifndef STXXL_IO_SYSCALL_FILE_HEADER
16 #define STXXL_IO_SYSCALL_FILE_HEADER
37 const std::string& filename,
39 int queue_id = DEFAULT_QUEUE,
40 int allocator_id = NO_ALLOCATOR)
44 const char * io_type()
const;
51 #endif // !STXXL_IO_SYSCALL_FILE_HEADER
syscall_file(const std::string &filename, int mode, int queue_id=DEFAULT_QUEUE, int allocator_id=NO_ALLOCATOR)
Constructs file object.
#define STXXL_BEGIN_NAMESPACE
Implementation of some file methods based on serving_request.
Base for UNIX file system implementations.
Implementation of file based on UNIX syscalls.
Request with basic properties like file and offset.
#define STXXL_END_NAMESPACE