#include <TMap.h>
Inheritance diagram for TPair:
Public Member Functions | |
TPair (TObject *key, TObject *value) | |
TPair (const TPair &a) | |
virtual | ~TPair () |
Bool_t | IsFolder () const |
virtual void | Browse (TBrowser *b) |
const char * | GetName () const |
const char * | GetTitle () const |
ULong_t | Hash () const |
Bool_t | IsEqual (const TObject *obj) const |
TObject * | Key () const |
TObject * | Value () const |
void | SetValue (TObject *val) |
ClassDef (TPair, 0) | |
TPair (TObject *key, TObject *value) | |
TPair (const TPair &a) | |
virtual | ~TPair () |
Bool_t | IsFolder () const |
virtual void | Browse (TBrowser *b) |
const char * | GetName () const |
const char * | GetTitle () const |
ULong_t | Hash () const |
Bool_t | IsEqual (const TObject *obj) const |
TObject * | Key () const |
TObject * | Value () const |
void | SetValue (TObject *val) |
ClassDef (TPair, 0) | |
Private Member Functions | |
TPair & | operator= (const TPair &) |
TPair & | operator= (const TPair &) |
Private Attributes | |
TObject * | fKey |
TObject * | fValue |
TObject * | fKey |
TObject * | fValue |
Definition at line 104 of file TMap.h.
Bool_t TPair::IsFolder | ( | ) | const [inline, virtual] |
void TPair::Browse | ( | TBrowser * | b | ) | [virtual] |
const char* TPair::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 118 of file TMap.h.
References fKey, and TObject::GetName().
const char* TPair::GetTitle | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 119 of file TMap.h.
References fKey, and TObject::GetTitle().
ULong_t TPair::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 120 of file TMap.h.
References fKey, and TObject::Hash().
Reimplemented from TObject.
Definition at line 121 of file TMap.h.
References fKey, and TObject::IsEqual().
TObject* TPair::Key | ( | ) | const [inline] |
Definition at line 122 of file TMap.h.
References fKey.
Referenced by TProof::AssertDataSet(), ClassImp(), TGLiteResult::Print(), TProofPlayer::Process(), TGridJDL::SetDescription(), TGridJDL::SetValue(), TProofSuperMaster::StartSlaves(), and TestContainer_find_if().
TObject* TPair::Value | ( | ) | const [inline] |
Definition at line 123 of file TMap.h.
References fValue.
Referenced by TGedEditor::ActivateEditor(), TProof::AssertDataSet(), ClassImp(), TGedEditor::ExcludeClassEditor(), TUnfoldSys::GetDeltaSysBackgroundScale(), TUnfoldSys::GetDeltaSysSource(), TGridJDL::GetDescription(), TUnfoldSys::GetEmatrixSysBackgroundScale(), TUnfoldSys::GetEmatrixSysBackgroundUncorr(), TUnfoldSys::GetEmatrixSysSource(), TFileCollection::GetFilesPerServer(), TAlienJobStatus::GetKey(), TGeoTabManager::GetMakeTabManager(), TAlienJobStatus::GetStatus(), TGridJDL::GetValue(), TEveManager::InsertVizDBEntry(), TGLiteResult::Print(), TAlienJobStatus::PrintJob(), ProofAux::Process(), TProofPlayer::Process(), TGridJDL::SetDescription(), TGridJDL::SetValue(), TProofSuperMaster::StartSlaves(), and TestContainer_find_if().
void TPair::SetValue | ( | TObject * | val | ) | [inline] |
Definition at line 124 of file TMap.h.
Referenced by TGedEditor::ExcludeClassEditor(), TEveManager::InsertVizDBEntry(), and TProofPlayer::Process().
TPair::ClassDef | ( | TPair | , | |
0 | ||||
) |
Bool_t TPair::IsFolder | ( | ) | const [inline, virtual] |
const char* TPair::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 118 of file TMap.h.
References fKey, and TObject::GetName().
const char* TPair::GetTitle | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 119 of file TMap.h.
References fKey, and TObject::GetTitle().
ULong_t TPair::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 120 of file TMap.h.
References fKey, and TObject::Hash().
Reimplemented from TObject.
Definition at line 121 of file TMap.h.
References fKey, and TObject::IsEqual().
void TPair::SetValue | ( | TObject * | val | ) | [inline] |
TPair::ClassDef | ( | TPair | , | |
0 | ||||
) |
TObject* TPair::fKey [private] |
TObject* TPair::fValue [private] |
TObject* TPair::fKey [private] |
TObject* TPair::fValue [private] |