Thrill  0.1
bid.hpp File Reference
#include <cstring>
#include <iomanip>
#include <ostream>
#include <sstream>
#include <foxxll/common/utils.hpp>
#include <foxxll/io/file.hpp>
#include <foxxll/io/request.hpp>
#include <tlx/simple_vector.hpp>
+ Include dependency graph for bid.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BID< Size >
 
class  BID< 0 >
 Specialization of block identifier class (BID) for variable size block size. More...
 

Namespaces

 foxxll
 FOXXLL library namespace
 

Typedefs

template<size_t BlockSize>
using BIDArray = tlx::simple_vector< BID< BlockSize > >
 

Functions

template<size_t BlockSize>
std::ostream & operator<< (std::ostream &s, const BID< BlockSize > &bid)