flow
3.0
|
consumer | |
flow::consumer< C > | |
flow::transformer< C, P > | Base class from which concrete transformers derive |
flow::consumer< T > | Base class from which concrete pure consumers derive |
flow::samples::generic::ostreamer< T > | Concrete consumer that outputs packets to a parameter std::ostream |
flow::transformer< T, T > | |
flow::samples::generic::delay< T > | Concrete transformer that adds a delay to a packet's consumption time |
flow::samples::generic::tee< T > | Concrete transformer that clones one input packet to multiple output packets |
flow::samples::math::adder< T > | Concrete transformer that uses operator+= to sum input packets |
flow::samples::math::const_adder< T > | Concrete transformer that uses operator+= to add a constant value to input packets |
producer | |
flow::producer< T > | Base class from which concrete pure producers derive |
flow::samples::generic::generator< T > | Concrete producer that generates packets by calling a parameter functor |
flow::transformer< T, T > | |
flow::producer< P > | |
flow::transformer< C, P > | Base class from which concrete transformers derive |
transformer | |
flow::transformer< C, P > | Base class from which concrete transformers derive |
flow::transformer< T, T > | |
flow::named | Base class for objects that are named |
flow::graph | Object that manages the connections and state of multiple nodes |
flow::node | Base class common to all nodes |
flow::consumer< C > | |
flow::consumer< T > | Base class from which concrete pure consumers derive |
flow::producer< T > | Base class from which concrete pure producers derive |
flow::producer< P > | |
flow::pin< T > | Base class for a node's inlet or outlet |
flow::inpin< T > | Object that represents a node inlet |
flow::outpin< T > | Object that represents a node outlet |
flow::pipe< T > | Carries packets from one node to another node on a FIFO basis |
flow::pin< C > | |
flow::inpin< C > | |
flow::pin< P > | |
flow::outpin< P > | |
flow::packet< T > | Object that carries data from node to node through a pipe |
flow::timer | Base class for an object that notifies listeners at some interval |
flow::monotonous_timer | Concrete timer that notifies listeners repeatedly at a set interval of time |