Re: Plugins developpment
Felix Salfelder <[email protected]> Mon, 21 Jan 2013 17:51:12 +0100
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <[email protected]> |
hi Romain. On Mon, Jan 21, 2013 at 05:16:53PM +0100, [email protected] 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