14 #ifndef STXXL_IO__SERVING_REQUEST_H_
15 #define STXXL_IO__SERVING_REQUEST_H_
17 #include <stxxl/bits/io/request_with_state.h>
20 __STXXL_BEGIN_NAMESPACE
28 template <
class base_file_type>
52 #endif // !STXXL_IO__SERVING_REQUEST_H_
Defines interface of file.
Definition: file.h:90
const char * io_type() const
Identifies the type of I/O implementation.
Definition: serving_request.cpp:72
Completion handler class (Loki-style)
Definition: completion_handler.h:63
Request with completion state.
Definition: request_with_state.h:28
Request which serves an I/O by calling the synchronous routine of the file.
Definition: serving_request.h:26
Implementation of file based on other files, dynamically allocate one file per block. Allows for dynamic disk space consumption.
Definition: fileperblock_file.h:28