HIBF 1.0.0-rc.1
|
The layout. More...
#include <hibf/layout/layout.hpp>
Classes | |
struct | max_bin |
struct | user_bin |
Public Member Functions | |
void | clear () |
bool | operator== (layout const &) const =default |
void | read_from (std::istream &stream) |
void | write_to (std::ostream &stream) const |
Public Attributes | |
std::vector< max_bin > | max_bins {} |
size_t | top_level_max_bin_id {} |
std::vector< user_bin > | user_bins {} |
The layout.