Thrill  0.1
fixed_buffer_builder.hpp File Reference
#include <thrill/common/item_serialization_tools.hpp>
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdlib>
#include <stdexcept>
#include <string>
+ Include dependency graph for fixed_buffer_builder.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ THRILL_NET_FIXED_BUFFER_BUILDER_HEADER

#define THRILL_NET_FIXED_BUFFER_BUILDER_HEADER

Definition at line 16 of file fixed_buffer_builder.hpp.