Thrill
0.1
|
#include <thrill/common/defines.hpp>
#include <thrill/common/item_serialization_tools.hpp>
#include <thrill/net/buffer.hpp>
#include <algorithm>
#include <cassert>
#include <cstdlib>
#include <stdexcept>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | BufferBuilder |
BufferBuilder represents a dynamically growable 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_BUFFER_BUILDER_HEADER |
#define THRILL_NET_BUFFER_BUILDER_HEADER |
Definition at line 18 of file buffer_builder.hpp.