| #include "KanReferenceSimple.hh" |
KanReferenceSimple
class description - source file - inheritance tree (.pdf)
private:
KanReferenceSimple(const KanReferenceSimple&)
KanReferenceSimple& operator=(const KanReferenceSimple&)
public:
KanReferenceSimple()
virtual ~KanReferenceSimple()
virtual const char* className() const
virtual KanID ID(UInt_t i = 0) const
virtual void resetID()
virtual void resize(UInt_t n)
virtual void setID(KanID id, UInt_t i = 0)
virtual UInt_t size() const
private:
UInt_t _val
Copyright: (C) 2003 LBNL
Description:
A Reference Stored as a 32 Bit UID. This is the most
trivial implemenation of storing references. All 32 bits are stored.
KanReferenceSimple()
:KanReferenceStrategy(),_val(0)
~KanReferenceSimple()
d'tor
Inline Functions
void resetID()
void setID(KanID id, UInt_t i = 0)
KanID ID(UInt_t i = 0) const
const char* className() const
UInt_t size() const
void resize(UInt_t n)
KanReferenceSimple KanReferenceSimple(const KanReferenceSimple&)
KanReferenceSimple& operator=(const KanReferenceSimple&)
Author: E. Charles
Last update: KanReferenceSimple.cc,v 1.3 2004/02/04 20:06:40 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.
|