RE: [ROOT] wildcarding in rootcint

From: Philippe Canal (pcanal@fnal.gov)
Date: Wed Sep 19 2001 - 15:56:48 MEST


Hi Damir,

To select the content of a specific file you can try:

#pragma link C++ defined_in myfile.h;

You might have to use a fullpath name for the name of the file.

Cheers,

Philippe.

-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Damir Buskulic
Sent: Wednesday, September 19, 2001 8:35 AM
To: Fons Rademakers
Cc: roottalk@pcroot.cern.ch
Subject: Re: [ROOT] wildcarding in rootcint


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