Eli Friedman <eli.friedman at gmail.com> writes:> I think something like "F->print(f);" will do the right thing.BTW, what's the reason for `print' and `dump' not being listed on the doxygen page of Function? -- Óscar
On Thu, Aug 20, 2009 at 10:31 AM, Óscar Fuentes<ofv at wanadoo.es> wrote:> Eli Friedman <eli.friedman at gmail.com> writes: >> I think something like "F->print(f);" will do the right thing. > > BTW, what's the reason for `print' and `dump' not being listed on the > doxygen page of Function?Probably that they're inherited from Value. -Eli
Eli Friedman <eli.friedman at gmail.com> writes:>> BTW, what's the reason for `print' and `dump' not being listed on the >> doxygen page of Function? > > Probably that they're inherited from Value.So if we want to know the interface of a class we must navigate through all its parents? Now I know why I feel so confused while reading doxygen docs :-) -- Óscar