Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRef.cxx File Reference
#include "TRef.h"
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "TProcessUUID.h"
#include "TRefTable.h"
#include "TObjArray.h"
#include "TExec.h"
#include "TObjString.h"
Include dependency graph for TRef.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

Bool_t operator!= (const TRef &r1, const TRef &r2)
 Return kTRUE if r1 and r2 do not point to the same object.
 
Bool_t operator== (const TRef &r1, const TRef &r2)
 Return kTRUE if r1 and r2 point to the same object.
 

Function Documentation

◆ operator!=()

Bool_t operator!= ( const TRef r1,
const TRef r2 
)

Return kTRUE if r1 and r2 do not point to the same object.

Definition at line 329 of file TRef.cxx.

◆ operator==()

Bool_t operator== ( const TRef r1,
const TRef r2 
)

Return kTRUE if r1 and r2 point to the same object.

Definition at line 320 of file TRef.cxx.