help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] Plugins developpment


From: Felix Salfelder
Subject: Re: [Help-gnucap] Plugins developpment
Date: Mon, 21 Jan 2013 17:51:12 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

hi Romain.

On Mon, Jan 21, 2013 at 05:16:53PM +0100, address@hidden wrote:
> I've been trying to do some plugins following this link :
> http://www.gnucap.org/dokuwiki/doku.php?id=gnucap:manual:tech:plugins:coding

there seems to be something wrong with that wiki page.

> fake_function.h :
> class FAKE_FUNCTION {
> public:
>   virtual std::string  eval(double arg)const = 0;
> };

better use u_function.h and inherit from FUNCTION, then
DISPATCHER<FUNCTION>::INSTALL [...] makes more sense

have fun
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]