Stxxl
1.4.0
|
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::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::DiskGeometry |
class | stxxl::IC35L080AVVA07 |
class | stxxl::sim_disk_file |
Implementation of disk emulation. More... | |
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... | |
Defines | |
#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 46 of file simdisk_file.h.
Referenced by main().