Thrill  0.1
block.hpp File Reference
#include <thrill/common/logger.hpp>
#include <thrill/data/byte_block.hpp>
#include <thrill/mem/manager.hpp>
#include <thrill/mem/pool.hpp>
#include <tlx/counting_ptr.hpp>
#include <cassert>
#include <ostream>
#include <string>
+ Include dependency graph for block.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Block
 Block combines a reference to a read-only ByteBlock and book-keeping information. More...
 
class  PinnedBlock
 A pinned / pin-counted derivative of a Block. More...
 
class  PinRequest
 

Namespaces

 thrill
 
 thrill::data
 

Macros

#define THRILL_DATA_BLOCK_HEADER
 

Typedefs

using PinRequestPtr = tlx::CountingPtr< PinRequest, mem::GPoolDeleter< PinRequest > >
 

Macro Definition Documentation

◆ THRILL_DATA_BLOCK_HEADER

#define THRILL_DATA_BLOCK_HEADER

Definition at line 13 of file block.hpp.