12 #ifndef ROOT_TViewPubFunctions
13 #define ROOT_TViewPubFunctions
86 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
87 #pragma GCC diagnostic push
88 #pragma GCC diagnostic ignored "-Weffc++"
99 public std::iterator<std::bidirectional_iterator_tag,
100 TObject*, std::ptrdiff_t,
101 const TObject**, const TObject*&>
129 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
130 #pragma GCC diagnostic pop
133 #endif // ROOT_TViewPubFunctions
Iterator of over the view's content.
TObject * FindObject(const char *name) const
Find an object in this list using its name.
TViewPubFunctions(const TViewPubFunctions &)
void Clear(Option_t *option="")
Clear is not allowed in this class.
const TCollection * GetCollection() const
TIterator & operator=(const TIterator &rhs)
Overridden assignment operator.
void AddLast(TObject *obj)
AddLast is not allowed in this class.
void AddAt(TObject *obj, Int_t idx)
AddAt is not allowed in this class.
virtual TObject * Before(const TObject *obj) const
Before is not allowed in this class.
virtual TIterator * MakeIterator(Bool_t dir=kIterForward) const
Return a list iterator.
Iterator abstract base class.
TObject * Next()
Return next object in the list. Returns 0 when no more objects in list.
virtual ~TViewPubFunctions()
Default destructor.
std::map< std::string, std::string >::const_iterator iter
virtual TObject ** GetObjectRef(const TObject *obj) const
GetObjectRef is not allowed in this class.
const Bool_t kIterForward
TObject * operator*() const
Return current object or nullptr.
virtual TObject * First() const
First is not allowed in this class.
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
Bool_t operator!=(const TIterator &aIter) const
This operator compares two TIterator objects.
virtual TObject * After(const TObject *obj) const
After is not allowed in this class.
void AddBefore(const TObject *before, TObject *obj)
AddBefore is not allowed in this class.
void RecursiveRemove(TObject *obj)
RecursiveRemove is not allowed in this class.
void Delete(Option_t *option="")
Delete is not allowed in this class.
Collection abstract base class.
void AddAfter(const TObject *after, TObject *obj)
AddAfter is not allowed in this class.
virtual TObject * Last() const
Last is not allowed in this class.
The ROOT global object gROOT contains a list of all defined classes.
TObject * Remove(TObject *obj)
Remove is not allowed in this class.
View implementing the TList interface and giving access all the TFunction describing public methods i...
void Load()
Load all the functions known to the interpreter for the scope 'fClass' and all its bases classes...
virtual TObjLink * FirstLink() const
FirstLink is not allowed in this class.
Wrapper around a TObject so it can be stored in a TList.
Mother of all ROOT objects.
virtual TObjLink * LastLink() const
LastLink is not allowed in this class.
TViewPubFunctions & operator=(const TViewPubFunctions &)
void AddFirst(TObject *obj)
AddFirst is not allowed in this class.
virtual Int_t GetSize() const
Return the total number of public methods (currently loaded in the list of functions) in this class a...
virtual const TList * GetListOfClasses() const
void Reset()
Reset list iterator.