STXXL
1.4.1
|
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=completion_handler()) | stxxl::disk_queued_file | |
stxxl::file::aread(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl=completion_handler())=0 | stxxl::file | pure virtual |
awrite(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl=completion_handler()) | stxxl::disk_queued_file | |
stxxl::file::awrite(void *buffer, offset_type pos, size_type bytes, const completion_handler &on_cmpl=completion_handler())=0 | stxxl::file | pure virtual |
close_remove() | stxxl::file | inlinevirtual |
CREAT enum value | stxxl::file | |
DEFAULT_DEVICE_ID | stxxl::file | static |
DEFAULT_LINUXAIO_QUEUE | stxxl::file | static |
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(unsigned int device_id=DEFAULT_DEVICE_ID) | stxxl::file | inline |
get_allocator_id() const | stxxl::disk_queued_file | inlinevirtual |
get_device_id() const | stxxl::file | inline |
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_device_id | stxxl::file | protected |
m_mutex | stxxl::mem_file | private |
m_ptr | stxxl::mem_file | private |
m_request_ref | stxxl::file | protected |
m_size | stxxl::mem_file | private |
mem_file(int queue_id=DEFAULT_QUEUE, int allocator_id=NO_ALLOCATOR, unsigned int device_id=DEFAULT_DEVICE_ID) | stxxl::mem_file | inline |
NO_ALLOCATOR | stxxl::file | static |
NO_LOCK enum value | stxxl::file | |
offset_type typedef | stxxl::file | |
open_mode enum name | stxxl::file | |
RDONLY enum value | stxxl::file | |
RDWR enum value | stxxl::file | |
REQUIRE_DIRECT enum value | stxxl::file | |
serve(void *buffer, offset_type offset, size_type bytes, request::request_type type) | stxxl::mem_file | |
stxxl::disk_queued_file::serve(void *buffer, offset_type offset, size_type bytes, request::request_type type)=0 | stxxl::file | pure 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 | |
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 |