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

Go to the source code of this file.

Classes

class  DIABase
 The DIABase is the untyped super class of DIANode. More...
 
class  DIAMemUse
 Description of the amount of RAM the internal data structures of a DIANode require. More...
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_DIA_BASE_HEADER
 
enum  DIAState { NEW, EXECUTED, DISPOSED }
 Possible states a DIABase can be in. More...
 
using DIABasePtr = tlx::CountingPtr< DIABase >
 

Macro Definition Documentation

◆ THRILL_API_DIA_BASE_HEADER

#define THRILL_API_DIA_BASE_HEADER

Definition at line 17 of file dia_base.hpp.