#include <TXMLAttr.h>
Inheritance diagram for TXMLAttr:
Public Member Functions | |
TXMLAttr (const char *key, const char *value) | |
virtual | ~TXMLAttr () |
const char * | GetName () const |
const char * | Key () const |
const char * | GetValue () const |
TXMLAttr (const char *key, const char *value) | |
virtual | ~TXMLAttr () |
const char * | GetName () const |
const char * | Key () const |
const char * | GetValue () const |
Private Member Functions | |
TXMLAttr (const TXMLAttr &) | |
TXMLAttr & | operator= (const TXMLAttr &) |
TXMLAttr (const TXMLAttr &) | |
TXMLAttr & | operator= (const TXMLAttr &) |
Private Attributes | |
const char * | fKey |
const char * | fValue |
const char * | fKey |
const char * | fValue |
Definition at line 29 of file TXMLAttr.h.
TXMLAttr::TXMLAttr | ( | const TXMLAttr & | ) | [private] |
TXMLAttr::TXMLAttr | ( | const char * | key, | |
const char * | value | |||
) | [inline] |
Definition at line 39 of file TXMLAttr.h.
virtual TXMLAttr::~TXMLAttr | ( | ) | [inline, virtual] |
Definition at line 40 of file TXMLAttr.h.
TXMLAttr::TXMLAttr | ( | const TXMLAttr & | ) | [private] |
TXMLAttr::TXMLAttr | ( | const char * | key, | |
const char * | value | |||
) | [inline] |
Definition at line 39 of file TXMLAttr.h.
virtual TXMLAttr::~TXMLAttr | ( | ) | [inline, virtual] |
Definition at line 40 of file TXMLAttr.h.
const char* TXMLAttr::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 42 of file TXMLAttr.h.
References fKey.
Referenced by RooStats::HistFactory::AddSystematic(), fastDriver(), SaxHandler::OnStartElement(), ParseContext(), PersonList::ParsePersonList(), RooStats::HistFactory::ReadXmlConfig(), and topDriver().
const char* TXMLAttr::Key | ( | ) | const [inline] |
const char* TXMLAttr::GetValue | ( | ) | const [inline] |
Definition at line 44 of file TXMLAttr.h.
References fValue.
Referenced by RooStats::HistFactory::AddSystematic(), fastDriver(), SaxHandler::OnStartElement(), ParseContext(), PersonList::ParsePersonList(), RooStats::HistFactory::ReadXmlConfig(), and topDriver().
const char* TXMLAttr::GetName | ( | ) | const [inline, virtual] |
const char* TXMLAttr::Key | ( | ) | const [inline] |
const char* TXMLAttr::GetValue | ( | ) | const [inline] |
const char* TXMLAttr::fKey [private] |
const char* TXMLAttr::fValue [private] |
const char* TXMLAttr::fKey [private] |
Definition at line 35 of file TXMLAttr.h.
const char* TXMLAttr::fValue [private] |
Definition at line 36 of file TXMLAttr.h.