STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
File I/O Implementations

Implementations of stxxl::file for various file access methods and operating systems. More...

+ Collaboration diagram for File I/O Implementations:

Classes

class  stxxl::disk_queued_file
 Implementation of some file methods based on serving_request. More...
 
class  stxxl::file
 Defines interface of file. 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::linuxaio_file
 Implementation of file based on the Linux kernel interface for asynchronous I/O. 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::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...
 

Detailed Description

Implementations of stxxl::file for various file access methods and operating systems.