#include <TParameter.h>
Inheritance diagram for TParameter< AParamType >:
Public Member Functions | |
TParameter () | |
TParameter (const char *name, const AParamType &val) | |
~TParameter () | |
const char * | GetName () const |
const AParamType & | GetVal () const |
void | SetVal (const AParamType &val) |
TParameter () | |
TParameter (const char *name, const AParamType &val) | |
~TParameter () | |
const char * | GetName () const |
const AParamType & | GetVal () const |
void | SetVal (const AParamType &val) |
template<> | |
TClass * | Class () |
template<> | |
TClass * | Class () |
template<> | |
TClass * | Class () |
template<> | |
TClass * | Class () |
template<> | |
void | Streamer (TBuffer &R__b) |
template<> | |
void | Streamer (TBuffer &R__b) |
template<> | |
void | Streamer (TBuffer &R__b) |
template<> | |
void | Streamer (TBuffer &R__b) |
Private Attributes | |
TString | fName |
AParamType | fVal |
Definition at line 35 of file TParameter.h.
TParameter< AParamType >::TParameter | ( | ) | [inline] |
Definition at line 42 of file TParameter.h.
TParameter< AParamType >::TParameter | ( | const char * | name, | |
const AParamType & | val | |||
) | [inline] |
Definition at line 43 of file TParameter.h.
TParameter< AParamType >::~TParameter | ( | ) | [inline] |
Definition at line 45 of file TParameter.h.
TParameter< AParamType >::TParameter | ( | ) | [inline] |
Definition at line 42 of file TParameter.h.
TParameter< AParamType >::TParameter | ( | const char * | name, | |
const AParamType & | val | |||
) | [inline] |
Definition at line 43 of file TParameter.h.
TParameter< AParamType >::~TParameter | ( | ) | [inline] |
Definition at line 45 of file TParameter.h.
const char* TParameter< AParamType >::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 47 of file TParameter.h.
Referenced by do_anadist(), TMonaLisaWriter::SendFileOpenProgress(), and TMonaLisaWriter::SendParameters().
const AParamType& TParameter< AParamType >::GetVal | ( | ) | const [inline] |
Definition at line 48 of file TParameter.h.
Referenced by do_anadist(), do_anadist_ds(), do_anadist_getkey(), TProof::HandleSubmerger(), TProof::MarkBad(), TMonaLisaWriter::SendFileOpenProgress(), TMonaLisaWriter::SendParameters(), ProofTests::SlaveBegin(), and TSelectorEntries::Terminate().
void TParameter< AParamType >::SetVal | ( | const AParamType & | val | ) | [inline] |
const char* TParameter< AParamType >::GetName | ( | ) | const [inline, virtual] |
const AParamType& TParameter< AParamType >::GetVal | ( | ) | const [inline] |
Definition at line 48 of file TParameter.h.
void TParameter< AParamType >::SetVal | ( | const AParamType & | val | ) | [inline] |
Definition at line 49 of file TParameter.h.
TClass * TParameter< float >::Class | ( | ) |
Definition at line 5587 of file G__Base3.cxx.
References ROOT::GenerateInitInstanceLocal(), and x0.
Referenced by G__G__Tree_277_0_4(), G__setup_memfuncTSelectorScalar(), and TProof::ShowParameters().
TClass * TParameter< double >::Class | ( | ) |
TClass * TParameter< int >::Class | ( | ) |
TClass * TParameter< long >::Class | ( | ) |
void TParameter< float >::Streamer | ( | TBuffer & | R__b | ) |
Definition at line 9246 of file G__Base3.cxx.
References TBuffer::IsReading(), TBuffer::ReadClassBuffer(), and TBuffer::WriteClassBuffer().
void TParameter< double >::Streamer | ( | TBuffer & | R__b | ) |
Definition at line 9303 of file G__Base3.cxx.
References TBuffer::IsReading(), TBuffer::ReadClassBuffer(), and TBuffer::WriteClassBuffer().
void TParameter< int >::Streamer | ( | TBuffer & | R__b | ) |
Definition at line 9360 of file G__Base3.cxx.
References TBuffer::IsReading(), TBuffer::ReadClassBuffer(), and TBuffer::WriteClassBuffer().
void TParameter< long >::Streamer | ( | TBuffer & | R__b | ) |
Definition at line 9417 of file G__Base3.cxx.
References TBuffer::IsReading(), TBuffer::ReadClassBuffer(), and TBuffer::WriteClassBuffer().
TString TParameter< AParamType >::fName [private] |
AParamType TParameter< AParamType >::fVal [private] |
Definition at line 39 of file TParameter.h.
Referenced by TParameter< long long >::GetVal(), and TParameter< long long >::SetVal().