15 #ifndef STXXL_IO_DISK_QUEUED_FILE_HEADER
16 #define STXXL_IO_DISK_QUEUED_FILE_HEADER
27 class completion_handler;
36 : m_queue_id(queue_id), m_allocator_id(allocator_id)
58 return m_allocator_id;
66 #endif // !STXXL_IO_DISK_QUEUED_FILE_HEADER
Completion handler class (Loki-style).
High-performance smart pointer used as a wrapping reference counting pointer.
virtual int get_allocator_id() const
Returns the file's disk allocator number.
Defines interface of file.
virtual int get_queue_id() const
Returns the identifier of the file's queue number.
#define STXXL_BEGIN_NAMESPACE
Implementation of some file methods based on serving_request.
disk_queued_file(int queue_id, int allocator_id)
static const size_t bytes
number of bytes in uint_pair
#define STXXL_END_NAMESPACE