Re: Wildcard in LinkDef.h

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu Dec 02 1999 - 23:54:25 MET


Hi Christoph,
This should work in 2.23/09. You are may be using an older version.

Rene Brun


On Thu, 2 Dec 1999, Christoph Borgmeier wrote:

> 
> Hello everyone,
> 
> it seems to me that the wildcard feature in LinkDef has disappeared in
> version 2.23. I need template instanciations and could do it up to version
> 2.22 with
> 
> template<class T> class A { ... };
> 
> ...
> 
> #pragma link C++ class A*;
> 
> In version 2.22, rootcint creates the necessary Streamer, Class_Name, etc.
> functions. A new part in UTILS_rootcint.cxx (version 2.23) seems to
> prevent this now:
> 
>    // Read LinkDef file and process valid entries (STK)
> 
> Am I doing something wrong, or is there a way to get the old behaviour
> back?
> 
> And is there maybe even a way to get the '-' and '!' (no Streamer
> etc) added to the wildcard? (Apparently, that was never possible.)
> 
> Best regards
> Christoph
> 
> 



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