#include <RooSharedProperties.h>
Inheritance diagram for RooSharedProperties:
Public Member Functions | |
RooSharedProperties () | |
RooSharedProperties (const char *uuidstr) | |
virtual | ~RooSharedProperties () |
Bool_t | operator== (const RooSharedProperties &other) |
virtual RooSharedProperties * | clone ()=0 |
virtual void | Print (Option_t *opts=0) const |
RooSharedProperties () | |
RooSharedProperties (const char *uuidstr) | |
virtual | ~RooSharedProperties () |
Bool_t | operator== (const RooSharedProperties &other) |
virtual RooSharedProperties * | clone ()=0 |
virtual void | Print (Option_t *opts=0) const |
Protected Attributes | |
TUUID | _uuid |
Definition at line 22 of file RooSharedProperties.h.
RooSharedProperties::RooSharedProperties | ( | ) |
RooSharedProperties::RooSharedProperties | ( | const char * | uuidstr | ) |
RooSharedProperties::~RooSharedProperties | ( | ) | [virtual] |
RooSharedProperties::RooSharedProperties | ( | ) |
RooSharedProperties::RooSharedProperties | ( | const char * | uuidstr | ) |
virtual RooSharedProperties::~RooSharedProperties | ( | ) | [virtual] |
Bool_t RooSharedProperties::operator== | ( | const RooSharedProperties & | other | ) |
virtual RooSharedProperties* RooSharedProperties::clone | ( | ) | [pure virtual] |
void RooSharedProperties::Print | ( | Option_t * | opts = 0 |
) | const [virtual] |
Reimplemented from TObject.
Definition at line 74 of file RooSharedProperties.cxx.
References _uuid, and TUUID::AsString().
Bool_t RooSharedProperties::operator== | ( | const RooSharedProperties & | other | ) |
virtual RooSharedProperties* RooSharedProperties::clone | ( | ) | [pure virtual] |
virtual void RooSharedProperties::Print | ( | Option_t * | opts = 0 |
) | const [virtual] |
Reimplemented from TObject.
TUUID RooSharedProperties::_uuid [protected] |