ROOT  6.06/09
Reference Guide
Functions
TRef.cxx File Reference
#include "TRef.h"
#include "TROOT.h"
#include "TClass.h"
#include "TProcessUUID.h"
#include "TRefTable.h"
#include "TObjArray.h"
#include "TExec.h"
#include "TSystem.h"
#include "TObjString.h"
+ Include dependency graph for TRef.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

ClassImp ( TRef  )

Create a ref to obj.

Definition at line 256 of file TRef.cxx.

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.

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.