Thrill  0.1
action_node.hpp File Reference
#include <thrill/api/dia_base.hpp>
#include <string>
#include <vector>
+ Include dependency graph for action_node.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActionNode
 
class  ActionResultNode< ResultType >
 
class  Future< ValueType >
 The return type class for all ActionFutures. More...
 
class  Future< void >
 Specialized template class for ActionFuture which return void. More...
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_ACTION_NODE_HEADER
 

Typedefs

template<typename ValueType = void>
using Future = api::Future< ValueType >
 imported from api namespace More...
 

Macro Definition Documentation

◆ THRILL_API_ACTION_NODE_HEADER

#define THRILL_API_ACTION_NODE_HEADER

Definition at line 14 of file action_node.hpp.