10#ifndef ROOT_Minuit2_MnRefCountedPointer
11#define ROOT_Minuit2_MnRefCountedPointer
50 if (
this != &other &&
fPtr != other.
fPtr) {
MnRefCountedPointer & operator=(const MnRefCountedPointer< T > &other)
bool operator==(const T *otherP) const
MnRefCountedPointer & operator=(T *ptr)
bool operator<(const T *otherP) const
MnReferenceCounter * fCounter
MnRefCountedPointer(T *pt)
void AddReference() const
unsigned int References() const
MnRefCountedPointer(const MnRefCountedPointer< T > &other)
void RemoveReference() const
unsigned int References() const
void AddReference() const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...