Thrill  0.1
construct.hpp File Reference
#include <thrill/net/tcp/group.hpp>
#include <memory>
#include <string>
#include <vector>
+ Include dependency graph for construct.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::net
 
 thrill::net::tcp
 

Macros

#define THRILL_NET_TCP_CONSTRUCT_HEADER
 

Functions

void Construct (SelectDispatcher &dispatcher, size_t my_rank, const std::vector< std::string > &endpoints, std::unique_ptr< Group > *groups, size_t group_count)
 
std::vector< std::unique_ptr< net::Group > > Construct (SelectDispatcher &dispatcher, size_t my_rank, const std::vector< std::string > &endpoints, size_t group_count)
 

Macro Definition Documentation

◆ THRILL_NET_TCP_CONSTRUCT_HEADER

#define THRILL_NET_TCP_CONSTRUCT_HEADER

Definition at line 14 of file construct.hpp.