FastFlow  SVN-r182-Aug-14-2014
A high-level, lock-less, parallel programming (shared-memory) and distributed programming (distributed-memory) framework for multi-cores and many-cores systems
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces | Functions
mdf.hpp File Reference

This file implements the macro dataflow pattern. More...

#include <functional>
#include <tuple>
#include <vector>
#include <deque>
#include <queue>
#include <ff/node.hpp>
#include <ff/pipeline.hpp>
#include <ff/farm.hpp>
#include <ff/allocator.hpp>
#include "./icl_hash.h"
+ Include dependency graph for mdf.hpp:

Classes

class  ff::ff_mdf
 Macro Data Flow executor. More...
 

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Functions

static unsigned int ff::address_hash_function (void *address)
 

Detailed Description

This file implements the macro dataflow pattern.