Classes | Typedefs | Functions
_test_hydra.cxx File Reference
#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< AnyQueueAnyPorts
 

Functions

int main ()
 

Typedef Documentation

Definition at line 5 of file _test_hydra.cxx.

typedef std::deque<boost::any> AnyQueue

Definition at line 4 of file _test_hydra.cxx.

Function Documentation

int main ( void  )

Definition at line 80 of file _test_hydra.cxx.

81 {
82 
83 }