7 #include "streams/stream_object.h" 19 typedef std::list<std::function<void (StreamObject)> >::const_iterator Connection;
21 std::list<std::function<void (StreamObject)> > pushInFuncs;
22 std::list<InputPrivate*> connected_inputs;
Base class of all objects that can be transported with a stream.
Definition: stream_object.h:39
Private part of the Ouput class.
Definition: output_p.h:16