Thrill
0.1
|
#include <thrill/api/dia.hpp>
#include <thrill/api/dia_node.hpp>
#include <tlx/meta/function_stack.hpp>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | CollapseNode< ValueType > |
struct | CollapseSwitch< ValueType, Stack > |
Template switch to generate a CollapseNode if there is a non-empty Stack. More... | |
struct | CollapseSwitch< ValueType, tlx::FunctionStack< ValueType > > |
Template switch to NOT generate a CollapseNode if there is an empty Stack. More... | |
Namespaces | |
thrill | |
thrill::api | |
Macros | |
#define | THRILL_API_COLLAPSE_HEADER |
#define THRILL_API_COLLAPSE_HEADER |
Definition at line 14 of file collapse.hpp.