14 #ifndef STXXL_IO_SERVING_REQUEST_HEADER 
   15 #define STXXL_IO_SERVING_REQUEST_HEADER 
   27     template <
class base_file_type>
 
   45     const char * io_type() 
const;
 
   52 #endif // !STXXL_IO_SERVING_REQUEST_HEADER 
Implementation of a local request queue having two queues, one for read and one for write requests...
Completion handler class (Loki-style). 
Implementation of a local request queue having only one queue for both read and write requests...
Request with completion state. 
Request which serves an I/O by calling the synchronous routine of the file. 
Defines interface of file. 
#define STXXL_BEGIN_NAMESPACE
Implementation of file based on other files, dynamically allocate one file per block. Allows for dynamic disk space consumption. 
stxxl::internal_size_type size_type
stxxl::external_size_type offset_type
#define STXXL_END_NAMESPACE