#include <tbb/flow_graph.hpp>#include <boost/any.hpp>Go to the source code of this file.
Classes | |
| class | Hydra |
| class | Source< OutputType > |
| class | Sink< InputType > |
| class | IntSource |
| class | IntSink |
Typedefs | |
| typedef std::deque< boost::any > | AnyQueue |
| typedef std::vector< AnyQueue > | AnyPorts |
Functions | |
| int | main () |
| typedef std::vector<AnyQueue> AnyPorts |
Definition at line 5 of file _test_hydra.cxx.
| typedef std::deque<boost::any> AnyQueue |
Definition at line 4 of file _test_hydra.cxx.
| int main | ( | void | ) |
Definition at line 80 of file _test_hydra.cxx.
1.8.11