#include <RooTObjWrap.h>
Inheritance diagram for RooTObjWrap:

Public Member Functions | |
| RooTObjWrap (Bool_t isArray=kFALSE) | |
| RooTObjWrap (TObject *inObj, Bool_t isArray=kFALSE) | |
| RooTObjWrap (const RooTObjWrap &other) | |
| virtual | ~RooTObjWrap () |
| void | setOwning (Bool_t flag) |
| TObject * | obj () const |
| const RooLinkedList & | objList () const |
| void | setObj (TObject *inObj) |
| RooTObjWrap (Bool_t isArray=kFALSE) | |
| RooTObjWrap (TObject *inObj, Bool_t isArray=kFALSE) | |
| RooTObjWrap (const RooTObjWrap &other) | |
| virtual | ~RooTObjWrap () |
| void | setOwning (Bool_t flag) |
| TObject * | obj () const |
| const RooLinkedList & | objList () const |
| void | setObj (TObject *inObj) |
Protected Attributes | |
| Bool_t | _isArray |
| Bool_t | _owning |
| RooLinkedList | _list |
Definition at line 23 of file RooTObjWrap.h.
Definition at line 26 of file RooTObjWrap.h.
| RooTObjWrap::RooTObjWrap | ( | const RooTObjWrap & | other | ) | [inline] |
Definition at line 28 of file RooTObjWrap.h.
| virtual RooTObjWrap::~RooTObjWrap | ( | ) | [inline, virtual] |
Definition at line 29 of file RooTObjWrap.h.
References _list, _owning, and RooLinkedList::Delete().
Definition at line 26 of file RooTObjWrap.h.
| RooTObjWrap::RooTObjWrap | ( | const RooTObjWrap & | other | ) | [inline] |
Definition at line 28 of file RooTObjWrap.h.
| virtual RooTObjWrap::~RooTObjWrap | ( | ) | [inline, virtual] |
Definition at line 29 of file RooTObjWrap.h.
References _list, _owning, and RooLinkedList::Delete().
| void RooTObjWrap::setOwning | ( | Bool_t | flag | ) | [inline] |
Definition at line 31 of file RooTObjWrap.h.
References _owning.
Referenced by RooWorkspace::import().
| TObject* RooTObjWrap::obj | ( | ) | const [inline] |
Definition at line 32 of file RooTObjWrap.h.
References _list, and RooLinkedList::At().
Referenced by RooCmdConfig::getObject(), RooCmdConfig::getSet(), RooCmdConfig::print(), and RooCmdConfig::process().
| const RooLinkedList& RooTObjWrap::objList | ( | ) | const [inline] |
Definition at line 33 of file RooTObjWrap.h.
References _list.
Referenced by RooCmdConfig::getObjectList().
| void RooTObjWrap::setObj | ( | TObject * | inObj | ) | [inline] |
Definition at line 35 of file RooTObjWrap.h.
References _isArray, _list, RooLinkedList::Add(), and RooLinkedList::Clear().
Referenced by RooCmdConfig::process().
| void RooTObjWrap::setOwning | ( | Bool_t | flag | ) | [inline] |
| TObject* RooTObjWrap::obj | ( | ) | const [inline] |
| const RooLinkedList& RooTObjWrap::objList | ( | ) | const [inline] |
| void RooTObjWrap::setObj | ( | TObject * | inObj | ) | [inline] |
Definition at line 35 of file RooTObjWrap.h.
References _isArray, _list, RooLinkedList::Add(), and RooLinkedList::Clear().
Bool_t RooTObjWrap::_isArray [protected] |
Bool_t RooTObjWrap::_owning [protected] |
RooLinkedList RooTObjWrap::_list [protected] |
Definition at line 46 of file RooTObjWrap.h.
Referenced by obj(), objList(), RooTObjWrap(), setObj(), and ~RooTObjWrap().
1.5.1