KanArray
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
private:
KanArray& operator=(const KanArray& other)
protected:
virtual KanPersistable& castAsPersistable() const
virtual void clearMap()
virtual Bool_t fillSelfPointers(KanEventReader& eR)
virtual Bool_t fillSelfReadRefs(KanEventReader& eR)
virtual Bool_t fillSelfWriteRefs(KanEventWriter& eW)
virtual Bool_t flushSelf(KanEventReader& eR)
virtual Bool_t isComposite() const
virtual void* readPtr() const
virtual Int_t readSelf(KanEventReader& eR)
virtual void resetSelf(Dna::Scope scope = Dna::Event)
virtual KanPersistable* subObject(UShort_t oid) const
virtual Bool_t syncSelf(KanEventWriter& eR)
virtual void updateArray()
virtual void updateMap()
virtual void* writePtr() const
public:
virtual ~KanArray()
virtual TObject* asObject()
virtual const char* branchClassName() const
virtual const char* className() const
TObjArray& getArray()
virtual void print(ostream& os = std::cout) const
virtual void Print(Option_t* option) const
UInt_t size() const
private:
const void* _ptr ! Pointer to this object
TObjArray _array the data
A Persistent Vector of TObjects.
~KanArray()
d'tor
void print(ostream& os) const
Bool_t syncSelf(KanEventWriter& eW)
Hook for derived classes to use in setting persistent data
void resetSelf(Dna::Scope scope)
Hook for derived classes to use in clearing old transient data
Bool_t flushSelf(KanEventReader& eR)
Hook for derived classes to use in setting transient data
Inline Functions
void Print(Option_t* option) const
TObject* asObject()
UInt_t size() const
TObjArray& getArray()
const char* branchClassName() const
const char* className() const
void* writePtr() const
void* readPtr() const
Bool_t isComposite() const
KanPersistable* subObject(UShort_t oid) const
Int_t readSelf(KanEventReader& eR)
Bool_t fillSelfReadRefs(KanEventReader& eR)
Bool_t fillSelfWriteRefs(KanEventWriter& eW)
Bool_t fillSelfPointers(KanEventReader& eR)
void updateArray()
void updateMap()
void clearMap()
KanPersistable& castAsPersistable() const
KanArray& operator=(const KanArray& other)
Author: E. Charles
Last update: KanArray.cc,v 1.6 2004/08/06 06:13:04 bartoldu 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.
|