Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRefCnt.cxx
Go to the documentation of this file.
1// @(#)root/base:$Id$
2// Author: Fons Rademakers 04/08/95
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12/** \class TRefCnt
13\ingroup Base
14
15Definitions for TRefCnt, base class for reference counted objects.
16*/
17
18#include "TRefCnt.h"
19
20// This definition is compiled in case nothing else is,
21// in order to quiet down some fussy librarians
23
24////////////////////////////////////////////////////////////////////////////////
25/// Leave fRefs alone
26
28{
29}
int gDummy_ref_cpp
Definition TRefCnt.cxx:22
TRefCnt(Int_t initRef=0)
Definition TRefCnt.h:35
EReferenceFlag
Definition TRefCnt.h:33