Thrill
0.1
|
#include <thrill/common/config.hpp>
#include <thrill/common/item_serialization_tools.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/data/block.hpp>
#include <thrill/data/serialization.hpp>
#include <tlx/define.hpp>
#include <tlx/die.hpp>
#include <tlx/string/hexdump.hpp>
#include <algorithm>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | BlockReader< BlockSource > |
BlockReader takes Block objects from BlockSource and allows reading of a) serializable Items or b) arbitray data from the Block sequence. More... | |
Namespaces | |
thrill | |
thrill::data | |
Macros | |
#define | THRILL_DATA_BLOCK_READER_HEADER |
#define THRILL_DATA_BLOCK_READER_HEADER |
Definition at line 13 of file block_reader.hpp.