TStreamerBasicPointer


class description - source file - inheritance tree

class TStreamerBasicPointer : public TStreamerElement


    public:
TStreamerBasicPointer TStreamerBasicPointer() TStreamerBasicPointer TStreamerBasicPointer(const char* name, const char* title, Int_t offset, Int_t dtype, const char* countName, const char* countClass, Int_t version, const char* typeName) TStreamerBasicPointer TStreamerBasicPointer(TStreamerBasicPointer&) virtual void ~TStreamerBasicPointer() static TClass* Class() const char* GetCountName() 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

                                                                      
                                                                      


TStreamerBasicPointer()
 Default ctor.

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

~TStreamerBasicPointer()
 TStreamerBasicPointer dtor.

ULong_t GetMethod() const
 return offset of counter

Int_t GetSize() const
returns size of basicpointer in bytes

void Init(TObject *)

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



Inline Functions


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


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.