STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules
Here is a list of all modules:
[detail level 123]
oSTL-User LayerLayer which groups STL compatible algorithms and containers
|oAlgorithmsAlgorithms with STL-compatible interface
|\ContainersContainers with STL-compatible interface
| omatrixEfficient external memory matrix operations
| ointernalsSupporting internal classes
| ostackExternal stack implementations
| \vectorVector and support classes
oI/O Primitives LayerGroup of classes which enable abstraction from operating system calls and support system-independent interfaces for asynchronous I/O
|\File I/O ImplementationsImplementations of stxxl::file and stxxl::request for various file access methods
oBlock Management LayerGroup of classes which help controlling external memory space, managing disks, and allocating and deallocating blocks of external storage
|oAllocation FunctorsStandard allocation strategies encapsulated in functors
|oBlock Scheduling SublayerGroup of classes which help in scheduling sequences of read and write requests via prefetching and buffered writing
|\InternalsInternals and support classes
\Stream PackagePackage that enables pipelining of consequent sorts and scans of the external data avoiding the saving the intermediate results on the disk, e.g. the output of a sort can be directly fed into a scan procedure without the need to save it on a disk. All components of the package are contained in the stxxl::stream namespace