Thrill  0.1
dia_base.cpp File Reference
#include <thrill/api/dia_base.hpp>
#include <thrill/common/json_logger.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/stats_timer.hpp>
#include <thrill/mem/allocator.hpp>
#include <algorithm>
#include <chrono>
#include <deque>
#include <functional>
#include <iomanip>
#include <set>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for dia_base.cpp:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::api
 

Typedefs

template<typename T >
using mm_set = std::set< T, std::less< T >, mem::Allocator< T > >
 

Functions

static void FindStages (Context &ctx, const DIABasePtr &action, mm_set< Stage > *stages)
 
std::ostream & operator<< (std::ostream &os, const DIABase &d)
 make ostream-able. More...
 
static void TopoSortStages (mm_set< Stage > *stages, mem::vector< Stage > *result)
 
static void TopoSortVisit (const Stage &s, mm_set< Stage > *stages, mem::vector< Stage > *result)