dsp::HasOutput< Out > Class Template Reference

Attaches to Operations with outputs. More...

#include <HasOutput.h>

Inheritance diagram for dsp::HasOutput< Out >:
dsp::Transformation< In, Out >

Public Member Functions

virtual ~HasOutput ()
 Destructor.
 
virtual void set_output (Out *_output)
 Set the container into which output data will be written.
 
virtual Out * get_output () const
 Return pointer to the container into which output data will be written.
 
bool has_output () const
 Returns true if output is set.
 

Protected Attributes

Reference::To< Out > output
 Container into which output data will be written.
 

Detailed Description

template<class Out>
class dsp::HasOutput< Out >

Attaches to Operations with outputs.


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

Generated using doxygen 1.8.17