Re: Callable inerpreter

Onuchin Valeriy (onuchin@sirius.ihep.su)
Tue, 27 Jul 1999 21:27:48 +0400


Hi Andy,
Can you look at
http://root.cern.ch/root/html/TMethodCall.html
hope it helps.

Suppose it could look like:

A *a = new A ;
TMethodCall *m = new TMethodCall();
m->InitMethodWithPrototype(b,"doSomething","const A*");
m->Execute(b,"a");

Best regards, Valery