#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"
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. | |