base class for evaluating a function: void -> voidThis class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic.
More...
#include <gnuradio/feval.h>
|
virtual void | eval () |
| override this to define the function More...
|
|
base class for evaluating a function: void -> void
This class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic.
It's slow. Don't use it in a performance critical path.
Override eval to define the behavior. Use calleval to invoke eval (this kludge is required to allow a python specific "shim" to be inserted.
virtual gr::feval::~feval |
( |
| ) |
|
|
virtual |
virtual void gr::feval::calleval |
( |
| ) |
|
|
virtual |
virtual void gr::feval::eval |
( |
| ) |
|
|
protectedvirtual |
override this to define the function
The documentation for this class was generated from the following file: