Re: [ROOT] wildcarding in rootcint

From: Damir Buskulic (buskulic@lapp.in2p3.fr)
Date: Wed Sep 19 2001 - 15:35:15 MEST


Hi Fons,

There seems to be a problem when there is a file included in another.
My file Frv.h contains a

#include "FrameL.h"

I tried to select only the functions in Frv.h with

#ifdef __CINT__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class Frv*;
#pragma link C++ function Frv*;

#endif

but this includes also all the classes/functions of FrameL.h, though I
do not want them

Any solution ?

Cheers

Damir

Fons Rademakers wrote:
> 
> Hi Damir,
> 
>   yes wildcarding in the LinkDef has been implemented.
> 
> Cheers, Fons.

-- 
=====================================================================
| Damir Buskulic                  | Universite de Savoie/LAPP       |
|                                 | Chemin de Bellevue, B.P. 110    |
| Tel : +33 (0)450091600          | F-74941 Annecy-le-Vieux Cedex   |
| e-mail: buskulic@lapp.in2p3.fr  | FRANCE                          |
=====================================================================
mailto:buskulic@lapp.in2p3.fr



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:00 MET