TBasket
class description - source file - inheritance tree
public:
TBasket(const char* name, const char* title, TBranch* branch)
TBasket(const TBasket&)
TBasket()
virtual ~TBasket()
virtual void AdjustSize(Int_t newsize)
static TClass* Class()
virtual void DeleteEntryOffset()
virtual Int_t DropBuffers()
TBranch* GetBranch() const
Int_t GetBufferSize() const
Int_t* GetDisplacement() const
Int_t* GetEntryOffset() const
Int_t GetEntryPointer(Int_t Entry)
Int_t GetLast() const
Int_t GetNevBuf() const
Int_t GetNevBufSize() const
virtual TClass* IsA() const
Int_t ReadBasketBuffers(Seek_t pos, Int_t len, TFile* file)
Int_t ReadBasketBytes(Seek_t pos, TFile* file)
void SetBranch(TBranch* branch)
void SetNevBufSize(Int_t n)
virtual void SetReadMode()
virtual void SetWriteMode()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Update(Int_t newlast, Int_t skipped)
void Update(Int_t newlast)
virtual Int_t WriteBuffer()
protected:
Int_t fBufferSize fBuffer length in bytes
Int_t fNevBufSize Length in Int_t of fEntryOffset
Int_t fNevBuf Number of entries in basket
Int_t fLast Pointer to last used byte in basket
Bool_t fHeaderOnly True when only the basket header must be read/written
Int_t* fDisplacement ![fNevBuf] Displacement of entries in fBuffer(TKey)
Int_t* fEntryOffset [fNevBuf] Offset of entries in fBuffer(TKey)
TBranch* fBranch Pointer to the basket support branch
public:
static const enum TBasket:: kNotDecompressed
Last update: Fri May 14 13:32:35 2004
ROOT page - Class index - 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.