|
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
|
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. | |
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.
1.8.7