| #include "KanPersistentRefOwner.hh" |
KanPersistentRefOwner
class description - source file - inheritance tree (.pdf)
private:
KanPersistentRefOwner(const KanPersistentRefOwner&)
KanPersistentRefOwner& operator=(const KanPersistentRefOwner&)
protected:
void addOwnedRef(KanPersistentRef& pers)
public:
KanPersistentRefOwner()
virtual ~KanPersistentRefOwner()
UInt_t nRef() const
private:
UInt_t _nRef ! Number of reference owned
Any class that owns KanPersistentRefs need to inherit from this Class
For now all this is does is keep track of the number of owend refs.
KanPersistentRefOwner() //
~KanPersistentRefOwner()
d'tor
Inline Functions
UInt_t nRef() const
void addOwnedRef(KanPersistentRef& pers)
KanPersistentRefOwner KanPersistentRefOwner(const KanPersistentRefOwner&)
KanPersistentRefOwner& operator=(const KanPersistentRefOwner&)
Author: E. Charles
Last update: KanPersistentRefOwner.cc,v 1.3 2004/02/04 04:18:00 jtinslay Exp $
Copyright (C) 2003 LBNL
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.
|