gr_feval_ll Class Reference

#include <gr_feval.h>

Inheritance diagram for gr_feval_ll:

SwigDirector_feval_ll List of all members.

Detailed Description

base class for evaluating a function: long -> long

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.


Public Member Functions

 gr_feval_ll ()
virtual ~gr_feval_ll ()
virtual long eval (long x)
 override this to define the function


Constructor & Destructor Documentation

gr_feval_ll::gr_feval_ll (  )  [inline]

gr_feval_ll::~gr_feval_ll (  )  [virtual]


Member Function Documentation

long gr_feval_ll::eval ( long  x  )  [virtual]

override this to define the function

Reimplemented in SwigDirector_feval_ll.


The documentation for this class was generated from the following files:
Generated on Wed Dec 6 01:16:26 2006 for GNU Radio 2.x by  doxygen 1.5.1