ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
world.h File Reference
#include <cassert>
#include <future>
#include <iostream>
#include <list>
#include <memory>
#include <set>
#include "ttg/base/tt.h"
Include dependency graph for world.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ttg::base::WorldImplBase
 Base class for implementation-specific Worlds. More...
 
class  ttg::base::World< WorldImplT >
 

Namespaces

namespace  ttg
 top-level TTG namespace contains runtime-neutral functionality
 
namespace  ttg::base
 
namespace  ttg::detail
 

Functions

void ttg::detail::register_world (ttg::base::WorldImplBase &world)
 
void ttg::detail::deregister_world (ttg::base::WorldImplBase &world)
 
void ttg::detail::destroy_worlds (void)