15 #ifndef STXXL_IO_WINCALL_FILE_HEADER
16 #define STXXL_IO_WINCALL_FILE_HEADER
20 #ifndef STXXL_HAVE_WINCALL_FILE
22 #define STXXL_HAVE_WINCALL_FILE 1
24 #define STXXL_HAVE_WINCALL_FILE 0
28 #if STXXL_HAVE_WINCALL_FILE
49 const std::string& filename,
51 int queue_id = DEFAULT_QUEUE,
int allocator_id = NO_ALLOCATOR)
55 const char * io_type()
const;
62 #endif // #if STXXL_HAVE_WINCALL_FILE
64 #endif // !STXXL_IO_WINCALL_FILE_HEADER
#define STXXL_BEGIN_NAMESPACE
Implementation of some file methods based on serving_request.
Implementation of file based on Windows native I/O calls.
wincall_file(const std::string &filename, int mode, int queue_id=DEFAULT_QUEUE, int allocator_id=NO_ALLOCATOR)
Constructs file object.
Base for Windows file system implementations.
Request with basic properties like file and offset.
#define STXXL_END_NAMESPACE