Thrill
0.1
|
#include <thrill/common/item_serialization_tools.hpp>
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdlib>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | FixedBufferBuilder< Capacity > |
Represents a FIXED length area of memory, which can be modified by appending integral data types via Put() and other basic operations. More... | |
Namespaces | |
thrill | |
thrill::net | |
Macros | |
#define | THRILL_NET_FIXED_BUFFER_BUILDER_HEADER |
#define THRILL_NET_FIXED_BUFFER_BUILDER_HEADER |
Definition at line 16 of file fixed_buffer_builder.hpp.