[ROOT] IgnoreTObjectStreamer

From: Thomas Bretz (tbretz@uni-sw.gwdg.de)
Date: Thu Dec 13 2001 - 12:41:16 MET


Hi all,

I have two classes A and B based on a class Base which inherits from
TObject, like:

class Base : public TObject;
class A : public Base;
clase B : public Base;

For A I want to write fUniqueId and fBits, for B I don't want to,
becuase: 
 - B is written a millons of times (here it is a matter of disc space)
 - A is referenced by TRef objects. To use this feature I understood,
that I have to write fUniqueId.

>From the documentation I found, that calling IgnoreTObjectStreamer is
only allowed for a class directly inherited from TObject (Base). What do
I do? Is it impossible?

Best regards,
Thomas.



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