TStreamerLoop


class description - source file - inheritance tree

class TStreamerLoop : public TStreamerElement


    public:
TStreamerLoop TStreamerLoop() TStreamerLoop TStreamerLoop(const char* name, const char* title, Int_t offset, const char* countName, const char* countClass, Int_t version, const char* typeName) TStreamerLoop TStreamerLoop(TStreamerLoop&) virtual void ~TStreamerLoop() static TClass* Class() virtual const char* GetInclude() const virtual ULong_t GetMethod() const virtual Int_t GetSize() const virtual void Init(TObject* obj = 0) virtual TClass* IsA() const virtual Bool_t IsaPointer() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
protected:
Int_t fCountVersion version number of the class with the counter TString fCountName name of data member holding the array count TString fCountClass name of the class with the counter TStreamerBasicType* fCounter !pointer to basic type counter

Class Description

                                                                      
                                                                      


TStreamerLoop()
 Default ctor.

TStreamerLoop(const char *name, const char *title, Int_t offset, const char *countName, const char *countClass, Int_t countVersion, const char *typeName) : TStreamerElement(name,title,offset,TStreamerInfo::kStreamLoop,typeName)
 Create a TStreamerLoop object.

~TStreamerLoop()
 TStreamerLoop dtor.

ULong_t GetMethod() const
 return address of counter

Int_t GetSize() const
returns size of counter in bytes

void Init(TObject *)

const char* GetInclude() const

void Streamer(TBuffer &R__b)
 Stream an object of class TStreamerLoop.



Inline Functions


               Bool_t IsaPointer() const
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void StreamerNVirtual(TBuffer& b)
        TStreamerLoop TStreamerLoop(TStreamerLoop&)


Author: Rene Brun 12/10/2000
Last update: root/meta:$Name: $:$Id: TStreamerElement.cxx,v 1.32 2001/07/12 17:18:02 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.