RE: [ROOT] problems with THtml and std::

From: Axel Naumann (axel-naumann@gmx.de)
Date: Mon Nov 10 2003 - 18:14:15 MET


Hi Thomas,

> I have a class definition like this:
> class MLog : public std::streambuf, public std::ostream, 
> public TObject
> 
> but THtml creates:
> class MLog : public basic_streambuf >, public ostream, public TObject
> 
> Can you please check this?

could you send me the header of your class? Using win32gdk I get for a 
class testclass: public std::streambuf, public std::ostream, public
TObject

in the THtml class doc:
class testclass : public streambuf, public ostream, public ios, public
TObject

which is only slightly better... On what platform, with which root
version did you try to generate the doc for your class?

> BTW: It would be nice if THtml would not create 
> 'links-to-nowhere' (or a 
> link to ListOfTypes.html which doesn't contain it) for ifstream, 
> ofstream, etc. What about implementing a 'veto' for such classes?

That's a good idea, and it should be pretty easy to implement. Though
THtml doesn't create links for streambuf, ostream, ios for me... Anyway,
I'll check, and if I can reproduce it, I'll send in a patch for both
problems - once I have your class's header. 

Axel.



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:16 MET