Information on CallFunc_?

Hi,
I was wondering if someone could point me to any resources or other documentation on using the various CallFunc_ methods in TCint. Thanks!

Hi,

In the ROOT Context, you should use TMethod and TMethodCall.
In the CINT context, see G__CallFunc described at root.cern.ch/viewvc/trunk/cint/doc/ref.txt

Cheers,
Philippe.

PS. The various CallFunc_ method are shallow wrappers around the interpreter implementation to make the ROOT implementation independent of the implementation of the interpreter.