Description | |||||||||||
Binds the foreign curve class to the user's evaluation function.
NOTE: If you call this function with eval_func set to NULL, the class will "unbind" from the previously bound evaluation function. |
|||||||||||
Synopsis | |||||||||||
#include <ProForeignCurve.h> | |||||||||||
ProError | ProForeignCurveClassEvalSet | ( | |||||||||
ProName crv_class | |||||||||||
/* (In) | |||||||||||
The curve class | |||||||||||
*/ | |||||||||||
ProForeignCurveEvalFunction eval_func | |||||||||||
/* (In) | |||||||||||
The evaluation function | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|