STXXL
1.4.0
|
Implementations of stxxl::file
and stxxl::request
for various file access methods.
More...
Classes | |
class | stxxl::disk_queued_file |
Implementation of some file methods based on serving_request. More... | |
class | stxxl::fileperblock_file< base_file_type > |
Implementation of file based on other files, dynamically allocate one file per block. Allows for dynamic disk space consumption. More... | |
class | stxxl::IC35L080AVVA07 |
class | stxxl::mem_file |
Implementation of file based on new[] and memcpy. More... | |
class | stxxl::mmap_file |
Implementation of memory mapped access file. More... | |
class | stxxl::request_with_state |
Request with completion state. More... | |
class | stxxl::request_with_waiters |
Request that is aware of threads waiting for it to complete. More... | |
class | stxxl::sim_disk_file |
Implementation of disk emulation. More... | |
class | stxxl::simdisk_geometry |
class | stxxl::syscall_file |
Implementation of file based on UNIX syscalls. More... | |
class | stxxl::ufs_file_base |
Base for UNIX file system implementations. More... | |
class | stxxl::wbtl_file |
Implementation of file based on buffered writes and block remapping via a translation layer. More... | |
class | stxxl::wfs_file_base |
Base for Windows file system implementations. More... | |
class | stxxl::wincall_file |
Implementation of file based on Windows native I/O calls. More... | |
Macros | |
#define | AVERAGE_SPEED (15 * 1024 * 1024) |
Implementations of stxxl::file
and stxxl::request
for various file access methods.
#define AVERAGE_SPEED (15 * 1024 * 1024) |
Definition at line 39 of file simdisk_file.h.