#include <TStreamerElement.h>
Inheritance diagram for TStreamerBasicPointer:
Public Member Functions | |
TStreamerBasicPointer () | |
pointer to basic type counter | |
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) | |
virtual | ~TStreamerBasicPointer () |
const char * | GetCountClass () const |
const char * | GetCountName () const |
Int_t | GetCountVersion () const |
ULong_t | GetMethod () const |
Int_t | GetSize () const |
virtual void | Init (TObject *obj=0) |
virtual Bool_t | HasCounter () const |
virtual Bool_t | IsaPointer () const |
void | SetArrayDim (Int_t dim) |
void | SetCountClass (const char *clname) |
void | SetCountName (const char *name) |
void | SetCountVersion (Int_t count) |
TStreamerBasicPointer () | |
pointer to basic type counter | |
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) | |
virtual | ~TStreamerBasicPointer () |
const char * | GetCountClass () const |
const char * | GetCountName () const |
Int_t | GetCountVersion () const |
ULong_t | GetMethod () const |
Int_t | GetSize () const |
virtual void | Init (TObject *obj=0) |
virtual Bool_t | HasCounter () const |
virtual Bool_t | IsaPointer () const |
void | SetArrayDim (Int_t dim) |
void | SetCountClass (const char *clname) |
void | SetCountName (const char *name) |
void | SetCountVersion (Int_t count) |
Protected Attributes | |
Int_t | fCountVersion |
TString | fCountName |
TString | fCountClass |
TStreamerBasicType * | fCounter |
TStreamerBasicType * | fCounter |
Private Member Functions | |
TStreamerBasicPointer (const TStreamerBasicPointer &) | |
TStreamerBasicPointer & | operator= (const TStreamerBasicPointer &) |
TStreamerBasicPointer (const TStreamerBasicPointer &) | |
TStreamerBasicPointer & | operator= (const TStreamerBasicPointer &) |
Definition at line 157 of file TStreamerElement.h.
TStreamerBasicPointer::TStreamerBasicPointer | ( | const TStreamerBasicPointer & | ) | [private] |
TStreamerBasicPointer::TStreamerBasicPointer | ( | ) |
pointer to basic type counter
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 | |||
) |
Definition at line 749 of file TStreamerElement.cxx.
References fCountClass, fCountName, fCountVersion, Init(), and TVirtualStreamerInfo::kOffsetP.
TStreamerBasicPointer::~TStreamerBasicPointer | ( | ) | [virtual] |
Definition at line 764 of file TStreamerElement.cxx.
TStreamerBasicPointer::TStreamerBasicPointer | ( | const TStreamerBasicPointer & | ) | [private] |
TStreamerBasicPointer::TStreamerBasicPointer | ( | ) |
pointer to basic type counter
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 | |||
) |
virtual TStreamerBasicPointer::~TStreamerBasicPointer | ( | ) | [virtual] |
TStreamerBasicPointer& TStreamerBasicPointer::operator= | ( | const TStreamerBasicPointer & | ) | [private] |
const char* TStreamerBasicPointer::GetCountClass | ( | ) | const [inline] |
Definition at line 175 of file TStreamerElement.h.
References TString::Data(), and fCountClass.
Referenced by TXMLFile::StoreStreamerElement().
const char* TStreamerBasicPointer::GetCountName | ( | ) | const [inline] |
Definition at line 176 of file TStreamerElement.h.
References TString::Data(), and fCountName.
Referenced by TBranchElement::BuildTitle(), TXMLPlayer::ProduceStreamerSource(), and TXMLFile::StoreStreamerElement().
Int_t TStreamerBasicPointer::GetCountVersion | ( | ) | const [inline] |
Definition at line 177 of file TStreamerElement.h.
References fCountVersion.
Referenced by TXMLFile::StoreStreamerElement().
ULong_t TStreamerBasicPointer::GetMethod | ( | ) | const [virtual] |
Reimplemented from TStreamerElement.
Definition at line 770 of file TStreamerElement.cxx.
References fCounter, and TStreamerElement::GetOffset().
Int_t TStreamerBasicPointer::GetSize | ( | ) | const [virtual] |
void TStreamerBasicPointer::Init | ( | TObject * | obj = 0 |
) | [virtual] |
Reimplemented from TStreamerElement.
Definition at line 789 of file TStreamerElement.cxx.
References fCountClass, fCounter, fCountName, and InitCounter().
Referenced by TStreamerBasicPointer().
virtual Bool_t TStreamerBasicPointer::HasCounter | ( | ) | const [inline, virtual] |
Reimplemented from TStreamerElement.
Definition at line 181 of file TStreamerElement.h.
References fCounter.
virtual Bool_t TStreamerBasicPointer::IsaPointer | ( | ) | const [inline, virtual] |
Reimplemented from TStreamerElement.
Definition at line 182 of file TStreamerElement.h.
References kTRUE.
void TStreamerBasicPointer::SetArrayDim | ( | Int_t | dim | ) | [virtual] |
Reimplemented from TStreamerElement.
Definition at line 800 of file TStreamerElement.cxx.
References TStreamerElement::fNewType.
void TStreamerBasicPointer::SetCountClass | ( | const char * | clname | ) | [inline] |
void TStreamerBasicPointer::SetCountName | ( | const char * | name | ) | [inline] |
void TStreamerBasicPointer::SetCountVersion | ( | Int_t | count | ) | [inline] |
TStreamerBasicPointer& TStreamerBasicPointer::operator= | ( | const TStreamerBasicPointer & | ) | [private] |
const char* TStreamerBasicPointer::GetCountClass | ( | ) | const [inline] |
const char* TStreamerBasicPointer::GetCountName | ( | ) | const [inline] |
Int_t TStreamerBasicPointer::GetCountVersion | ( | ) | const [inline] |
ULong_t TStreamerBasicPointer::GetMethod | ( | ) | const [virtual] |
Reimplemented from TStreamerElement.
Int_t TStreamerBasicPointer::GetSize | ( | ) | const [virtual] |
Reimplemented from TStreamerElement.
virtual void TStreamerBasicPointer::Init | ( | TObject * | obj = 0 |
) | [virtual] |
Reimplemented from TStreamerElement.
virtual Bool_t TStreamerBasicPointer::HasCounter | ( | ) | const [inline, virtual] |
Reimplemented from TStreamerElement.
Definition at line 181 of file TStreamerElement.h.
References fCounter.
virtual Bool_t TStreamerBasicPointer::IsaPointer | ( | ) | const [inline, virtual] |
Reimplemented from TStreamerElement.
Definition at line 182 of file TStreamerElement.h.
References kTRUE.
void TStreamerBasicPointer::SetArrayDim | ( | Int_t | dim | ) | [virtual] |
Reimplemented from TStreamerElement.
void TStreamerBasicPointer::SetCountClass | ( | const char * | clname | ) | [inline] |
void TStreamerBasicPointer::SetCountName | ( | const char * | name | ) | [inline] |
void TStreamerBasicPointer::SetCountVersion | ( | Int_t | count | ) | [inline] |
Int_t TStreamerBasicPointer::fCountVersion [protected] |
Definition at line 164 of file TStreamerElement.h.
Referenced by GetCountVersion(), SetCountVersion(), and TStreamerBasicPointer().
TString TStreamerBasicPointer::fCountName [protected] |
Definition at line 165 of file TStreamerElement.h.
Referenced by GetCountName(), Init(), SetCountName(), and TStreamerBasicPointer().
TString TStreamerBasicPointer::fCountClass [protected] |
Definition at line 166 of file TStreamerElement.h.
Referenced by GetCountClass(), Init(), SetCountClass(), and TStreamerBasicPointer().
TStreamerBasicType* TStreamerBasicPointer::fCounter [protected] |
Definition at line 167 of file TStreamerElement.h.
Referenced by GetMethod(), HasCounter(), and Init().
TStreamerBasicType* TStreamerBasicPointer::fCounter [protected] |
Definition at line 167 of file TStreamerElement.h.