Thrill  0.1
file.hpp File Reference
#include <thrill/common/function_traits.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/data/block.hpp>
#include <thrill/data/block_reader.hpp>
#include <thrill/data/block_sink.hpp>
#include <thrill/data/block_writer.hpp>
#include <thrill/data/dyn_block_reader.hpp>
#include <tlx/die.hpp>
#include <cassert>
#include <deque>
#include <functional>
#include <limits>
#include <string>
#include <vector>
+ Include dependency graph for file.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConsumeFileBlockSource
 A BlockSource to read and simultaneously consume Blocks from a File. More...
 
class  File
 A File is an ordered sequence of Block objects for storing items. More...
 
class  FileBlockSink
 BlockSink which interfaces to a File. More...
 
class  KeepFileBlockSource
 A BlockSource to read Blocks from a File. More...
 

Namespaces

 thrill
 
 thrill::data
 

Macros

#define THRILL_DATA_FILE_HEADER
 

Typedefs

using FilePtr = tlx::CountingPtr< File >
 

Functions

template<typename Reader >
void StartPrefetch (std::vector< Reader > &readers, size_t prefetch_size)
 Take a vector of Readers and prefetch equally from them. More...
 

Macro Definition Documentation

◆ THRILL_DATA_FILE_HEADER

#define THRILL_DATA_FILE_HEADER

Definition at line 13 of file file.hpp.