Thrill
0.1
|
#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>
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) |