|
STXXL
1.4.1
|
#include <cassert>#include <cstdlib>#include <cstring>#include <stdexcept>#include <string>#include <vector>#include <stxxl/bits/namespace.h>#include <stxxl/bits/common/types.h>Go to the source code of this file.
Classes | |
| class | stxxl::binary_buffer |
| binary_buffer represents a dynamically growable area of memory, which can be modified by appending integral data types via put() and other basic operations. More... | |
| class | stxxl::binary_buffer_ref |
| binary_buffer_ref represents a memory area as pointer and valid length. More... | |
| class | stxxl::binary_reader |
| binary_reader represents a binary_buffer_ref with an additional cursor with which the memory can be read incrementally. More... | |
Namespaces | |
| stxxl | |
STXXL library namespace | |