Function pointers in CINT

Gene Van Buren (gene@bnl.gov)
Tue, 27 Jul 1999 12:01:55 -0400


Does anyone know if it's possible to use function
pointers in CINT? For example, in typical C++ code,
one can use the name of a function (without the
parentheses) to get a pointer to it (just like the
name of an array is a pointer to it).

-Gene Van Buren