STXXL
1.4.0
|
This is the complete list of members for stxxl::mem_file, including all inherited members.
add_request_ref() | stxxl::file | inline |
aread(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl) | stxxl::disk_queued_file | |
stxxl::file::aread(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl)=0 | stxxl::file | pure virtual |
awrite(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl) | stxxl::disk_queued_file | |
stxxl::file::awrite(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl)=0 | stxxl::file | pure virtual |
close_remove() | stxxl::file | inlinevirtual |
CREAT enum value | stxxl::file | |
DEFAULT_QUEUE | stxxl::file | static |
delete_request_ref() | stxxl::file | inline |
DIRECT enum value | stxxl::file | |
discard(offset_type offset, offset_type size) | stxxl::mem_file | |
stxxl::disk_queued_file::discard(offset_type offset, offset_type size) | stxxl::file | inlinevirtual |
disk_queued_file(int queue_id, int allocator_id) | stxxl::disk_queued_file | inline |
export_files(offset_type offset, offset_type length, std::string prefix) | stxxl::file | inlinevirtual |
file() | stxxl::file | inlineprotected |
get_allocator_id() const | stxxl::disk_queued_file | inlinevirtual |
get_physical_device_id() const | stxxl::file | inlinevirtual |
get_queue_id() const | stxxl::disk_queued_file | inlinevirtual |
get_request_nref() | stxxl::file | inline |
io_type() const | stxxl::mem_file | virtual |
lock() | stxxl::mem_file | virtual |
m_mutex | stxxl::mem_file | private |
mem_file(int queue_id=DEFAULT_QUEUE, int allocator_id=NO_ALLOCATOR) | stxxl::mem_file | inline |
NO_ALLOCATOR | stxxl::file | static |
NO_LOCK enum value | stxxl::file | |
NO_QUEUE | stxxl::file | static |
offset_type typedef | stxxl::file | |
open_mode enum name | stxxl::file | |
ptr | stxxl::mem_file | private |
RDONLY enum value | stxxl::file | |
RDWR enum value | stxxl::file | |
REQUIRE_DIRECT enum value | stxxl::file | |
serve(const request *req) | stxxl::mem_file | virtual |
set_size(offset_type newsize) | stxxl::mem_file | |
stxxl::disk_queued_file::set_size(offset_type newsize)=0 | stxxl::file | pure virtual |
size() | stxxl::mem_file | virtual |
size_type typedef | stxxl::file | |
SYNC enum value | stxxl::file | |
sz | stxxl::mem_file | private |
TRUNC enum value | stxxl::file | |
truncate(const char *path, external_size_type length) | stxxl::file | static |
unlink(const char *path) | stxxl::file | static |
WRONLY enum value | stxxl::file | |
~file() | stxxl::file | inlinevirtual |
~mem_file() | stxxl::mem_file |