Thrill  0.1
connection.hpp File Reference
#include <thrill/common/config.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/porting.hpp>
#include <thrill/data/serialization.hpp>
#include <thrill/net/buffer_builder.hpp>
#include <thrill/net/buffer_reader.hpp>
#include <thrill/net/exception.hpp>
#include <thrill/net/fixed_buffer_builder.hpp>
#include <array>
#include <cassert>
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <stdexcept>
#include <string>
+ Include dependency graph for connection.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Connection
 A Connection represents a link to another peer in a network group. More...
 

Namespaces

 thrill
 
 thrill::net
 

Macros

#define THRILL_NET_CONNECTION_HEADER
 

Macro Definition Documentation

◆ THRILL_NET_CONNECTION_HEADER

#define THRILL_NET_CONNECTION_HEADER

Definition at line 16 of file connection.hpp.