RE:cint message

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Fri Aug 28 1998 - 12:59:00 MEST


\Christoph and Pasha

>-----------------------------------------------------------------
>template<class T>
>class STLlObjArray: public TObjArray
>{
>public:
>  typedef T value_type;
>  typedef value_type& reference;
>  typedef const value_type& const_reference;
>[...]
>-----------------------------------------------------------------
>
>It's clear, this class is mainly a wrapper for TObjArray, providing STL
>compatibility and standard iterators. It was meant to fit completely into
>the ROOT frameworks. Can someone see, what's wrong here?

First, I didn't notice ROOT users can benefit from the "original base" message
.
Second, Christoph made a good point. Cint only detects interpreted root base
now. In this case TObjArray is precomiled and STLIObjArray is interpreted upto
this point. The message is valid only when you precompile whole inheritance tr
eeat once. I see room for improvement.

Masaharu Goto



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:37 MET