dsp::HasInput< In > Class Template Reference

Attaches to Operations with input. More...

#include <HasInput.h>

Inheritance diagram for dsp::HasInput< In >:
dsp::Sink< In > dsp::Transformation< In, Out >

Public Member Functions

virtual ~HasInput ()
 Destructor.
 
virtual void set_input (const In *_input)
 Set the container from which input data will be read.
 
const In * get_input () const
 Return pointer to the container from which input data will be read.
 
bool has_input () const
 Returns true if input is set.
 

Protected Attributes

Reference::To< const In > input
 Container from which input data will be read.
 

Detailed Description

template<class In>
class dsp::HasInput< In >

Attaches to Operations with input.


The documentation for this class was generated from the following file:

Generated using doxygen 1.8.17