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
dnode.hpp File Reference

Contains the definition of the ff_dnode class, which is an extension of the base class ff_node, with features oriented to distributed systems. More...

#include <stdint.h>
#include <cstdlib>
#include <vector>
#include <ff/platforms/platform.h>
#include <sys/uio.h>
#include <ff/d/zmqTransport.hpp>
#include <ff/d/zmqImpl.hpp>
#include <ff/node.hpp>
#include <ff/svector.hpp>
+ Include dependency graph for dnode.hpp:

Classes

class  ff::ff_dnode< CommImpl >
 Defines ff::ff_dnode. More...
 
class  ff::ff_dinout< CommImplIn, CommImplOut >
 A ff::ff_dnode serving both Input and Output to the network. More...
 

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Detailed Description

Contains the definition of the ff_dnode class, which is an extension of the base class ff_node, with features oriented to distributed systems.

Defines the FastFlow bridge node toward the network (distributed)

It contains the definition of the ff_dnode class, which is an extension of the base class ff_node, with features oriented to distributed systems.

Note
MarcoA: This documentation has been written by a student and has not been checked, it should not be considered reliable